Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
Correction in pylint, so now is only executed inside src and .github folders
  • Loading branch information
dmtzs committed Dec 19, 2023
1 parent 13e1cfd commit 27e8e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Analysing the code with pylint
if: env.CHANGED != '0'
run: |
pylint $(git ls-files './*.py') --rcfile=.github/config/.pylintrc ./
pylint $(git ls-files './src/*.py' './.github/*.py') --rcfile=.github/config/.pylintrc ./

0 comments on commit 27e8e86

Please sign in to comment.