lint: Move options from parameters to config files.

This is needed for tox support as we get rid of run_checks.py.
This commit is contained in:
Florian Bruhin 2015-03-26 07:56:29 +01:00
parent 82322beb03
commit f518b5b7f2
2 changed files with 7 additions and 1 deletions

View File

@ -10,3 +10,4 @@
# W503: line break before binary operator
ignore=E265,E501,F841,F401,E402,E266,W503
max_complexity = 12
exclude=resources.py

View File

@ -1,8 +1,13 @@
# vim: ft=dosini fileencoding=utf-8:
[MASTER]
ignore=ez_setup.py
ignore=resources.py
extension-pkg-whitelist=PyQt5,sip
load-plugins=pylint_checkers.config,
pylint_checkers.crlf,
pylint_checkers.modeline,
pylint_checkers.openencoding,
pylint_checkers.settrace
[MESSAGES CONTROL]
disable=no-self-use,