Skip to content

Commit

Permalink
add pip install allure-pytest
Browse files Browse the repository at this point in the history
removed --ignored-modules=allure,allure_commons
  • Loading branch information
jordan-mcgillivray005 committed May 23, 2024
1 parent 6d7da11 commit 43986ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
pip install pytest
pip install allure-pytest
pip install pyperclip
pip install percy
pip install selenium
pip install toml
pip install requests
- name: Analysing the code with pylint
run: |
pylint --fail-under=9.5 --fail-on E --ignored-modules=allure,allure_commons --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 --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 43986ec

Please sign in to comment.