Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FredNoonienSingh authored Jan 17, 2025
1 parent 3e79228 commit 56cd7b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Create .pylintrc file
run: |
echo "disable=import-error" > .pylintrc
- name: Lint code (excluding specific directory)
run: |
find . -type f -name "*.py" \( -path "./map_analyzer" -prune \) -o -print0 | xargs -0 pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py') --fail-under 5

0 comments on commit 56cd7b7

Please sign in to comment.