Skip to content

Commit

Permalink
ingoring too may branches
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Mar 6, 2024
1 parent 540e6b2 commit fd21d05
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 @@ -22,4 +22,4 @@ jobs:
pip install .
- name: Analysing the code with pylint
run: |
pylint -d C0103 $(git ls-files '*/*.py' '*.py')
pylint -d C0103 -d R0912 $(git ls-files '*/*.py' '*.py')

0 comments on commit fd21d05

Please sign in to comment.