Skip to content

Commit

Permalink
refactor: realiza atualização no CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinanHS committed Dec 5, 2024
1 parent a229302 commit 2bbaa80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- name: Analisando o código com pylint
run: |
pylint src/python/**/*.py
- name: Execução dos testes
run: |
pytest src/python
continue-on-error: true
- name: Verificação automática do formato do código
run: |
autopep8 --recursive --diff --aggressive --aggressive src/python
- name: Execução dos testes
run: |
pytest src/python
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[MESSAGES CONTROL]
disable=missing-module-docstring,missing-class-docstring,missing-function-docstring

0 comments on commit 2bbaa80

Please sign in to comment.