Skip to content

Commit

Permalink
Changed pylint to run with pylintrc path
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Oct 12, 2023
1 parent 6656bb9 commit d6b50a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Pynetbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:

- name: Analyse with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py') --rcfile=./.pylintrc

0 comments on commit d6b50a2

Please sign in to comment.