Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Update pylint to conform to our coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-nayak committed Oct 29, 2021
1 parent 3625a98 commit 9bce154
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 @@ -21,5 +21,5 @@ jobs:
- name: Analysing the code with pylint
continue-on-error: true
run: |
pylint `find . -type d -name migrations -prune -o -name '*.py'| grep -v __ |xargs`
python -m pylint `find . -type d -name migrations -prune -a -name '*.py'| grep -v __ |xargs` --function-naming-style=camelCase --argument-naming-style=any --variable-naming-style=camelCase --module-naming-style=camelCase

0 comments on commit 9bce154

Please sign in to comment.