Disables similarity comparison

This commit is contained in:
Mouse Reeve 2021-06-18 14:35:26 -07:00
parent 9e5c7053e9
commit 0a44578987

View file

@ -20,5 +20,5 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint bookwyrm/ --ignore=migrations,tests --disable=E1101,E1135,E1136,R0903,R0901,R0902,W0707,W0511,W0406,R0401
pylint bookwyrm/ --ignore=migrations,tests --disable=E1101,E1135,E1136,R0903,R0901,R0902,W0707,W0511,W0406,R0401,R0801