Disable some trolling pylint features

This commit is contained in:
André Koch-Kramer
2017-07-27 22:26:33 +02:00
parent 7cac6d53f2
commit 1699954761
2 changed files with 1 additions and 6 deletions

View File

@@ -9,4 +9,4 @@ python:
install:
- pip install pylint requests
script:
- python3 -m pylint -r n -d bad-whitespace,missing-docstring,too-many-arguments,locally-disabled,line-too-long,too-many-public-methods,too-many-lines,too-many-instance-attributes instaloader
- python3 -m pylint -r n -d bad-whitespace,missing-docstring,too-many-arguments,locally-disabled,line-too-long,too-many-public-methods,too-many-lines,too-many-instance-attributes,too-many-locals,too-many-branches,too-many-statements instaloader