diff --git a/tox.ini b/tox.ini index f086c02f2375..ea50d3d28452 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ basepython = python2.7 deps = -r{toxinidir}/requirements/dev.txt commands = pylint --version - pylint --rcfile=.testing.pylintrc --disable=W1307,str-format-in-logging {posargs:setup.py salt/} + pylint --rcfile=.testing.pylintrc --disable=I,W1307,C0411,C0413,W8410,str-format-in-logging {posargs:setup.py salt/} sitepackages = False [testenv:pylint-tests] @@ -22,7 +22,7 @@ basepython = python2.7 deps = -r{toxinidir}/requirements/dev.txt commands = pylint --version - pylint --rcfile=.testing.pylintrc --disable=W1307,str-format-in-logging {posargs:tests/} + pylint --rcfile=.testing.pylintrc --disable=I,W0232,E1002,W1307,C0411,C0413,W8410,str-format-in-logging {posargs:tests/} sitepackages = False [pytest]