More disables
This commit is contained in:
3
.github/workflows/pylint.yml
vendored
3
.github/workflows/pylint.yml
vendored
@ -20,4 +20,5 @@ jobs:
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint bookwyrm/ --ignore=migrations --disable=R,C,E1101
|
||||
pylint bookwyrm/ --ignore=migrations --disable=E1101,E1136,R0903,R0901,W0707,W0511
|
||||
|
||||
|
Reference in New Issue
Block a user