Globally disable pylint too-many-arguments warning

This commit is contained in:
Alexander Graf
2016-09-18 15:43:24 +02:00
parent 3ac8ffbc84
commit d5c13b1295
2 changed files with 3 additions and 5 deletions

View File

@@ -8,4 +8,4 @@ python:
install:
- pip install pylint requests
script:
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,multiple-imports,locally-disabled instaloader
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,multiple-imports,too-many-arguments,locally-disabled instaloader