Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
Signed-off-by: KonanAI <[email protected]>
  • Loading branch information
konan-ai authored Jul 14, 2023
1 parent f0d487d commit 6d7c16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
pip install pytest pytest-cov pylint
- name: Analysing the code with pylint
run: |
export PYTHONPATH=$PYTHONPATH:$(pwd)/src
pylint ./src
pylint --disable=no-member,W0621,W0212,W0104,C0114,C0115,C0116 ./tests

0 comments on commit 6d7c16b

Please sign in to comment.