Skip to content

Commit

Permalink
Configure pylint arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmello committed Feb 7, 2024
1 parent 9693db0 commit 3950fca
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 @@ -17,7 +17,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint --max-args 10 --min-similarity-lines 5 $(git ls-files '*.py')

0 comments on commit 3950fca

Please sign in to comment.