fga-eps-mds/2022-2-Certifik8

View on GitHub
Melhorando compreensao README.md #46
Geovane Freitas authored 229d1c77
complete00:00:11
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No errors or warnings found in .codeclimate.json.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-10-20T00:40:38.340071 #1]  INFO -- : Skipping file Certifik8/main.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 78
    print(f"{path} - não é .xlsx, certificados não gerados!!!")
                                                                ^
SyntaxError: invalid syntax


I, [2024-10-20T00:40:38.351176 #1]  INFO -- : Skipping file Certifik8/modules/handler/tabela.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 124
    print(f"{self.path} - tabela vazia, " "certificados não gerados!!!")
                                        ^
SyntaxError: invalid syntax


I, [2024-10-20T00:40:38.382303 #1]  INFO -- : Skipping file Certifik8/modules/converter/html2pdf.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 35
    def convert(self, output_name, foldername, folder_destino, output_funcao) -> None:
                                                                              ^
SyntaxError: invalid syntax


I, [2024-10-20T00:40:38.392911 #1]  INFO -- : Skipping file Certifik8/modules/utils.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 20
    def get_data() -> str:
                   ^
SyntaxError: invalid syntax
7
pep8
pep8 engine documentation
View output
.github/ Certifik8/main.py Certifik8/path.py Certifik8/modules/handler/tabela.py Certifik8/modules/generator/certificado.py Certifik8/modules/selector/file_selection.py Certifik8/modules/selector/folder_selection.py Certifik8/modules/converter/html2pdf.py Certifik8/modules/utils.py Certifik8/installer/installer.py docs/