Skip to content

Commit

Permalink
add ignored-modules=allure
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-mcgillivray005 committed May 23, 2024
1 parent 4267973 commit 0537825
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 @@ -27,4 +27,4 @@ jobs:
pip install requests
- name: Analysing the code with pylint
run: |
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')
pylint --fail-under=9.5 --fail-on E --ignored-modules=allure --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 0537825

Please sign in to comment.