Skip to content

Commit

Permalink
remove some important codes from ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-mcgillivray005 committed May 23, 2024
1 parent 38ee5dd commit 6b5da6b
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 @@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint --fail-under=9.5 --fail-on E --disable=R,C --disable=C0301,R0904,R0903,C0103,E0401,W0511,C0114,C0115,W0611,C2801,C0305,W0613,C0411,R1732,W1514,C0207,W0123,W1510 $(git ls-files '*.py')
pylint --fail-under=9.5 --fail-on E --disable=R,C --disable=C0301,R0904,R0903,C0114,C0115,C2801,C0305,C0411,R1732,W1514,C0207,W0123,W1510 $(git ls-files '*.py')

0 comments on commit 6b5da6b

Please sign in to comment.