Skip to content

Commit

Permalink
Merge pull request #48648 from gtmanfred/pylint-2018.3
Browse files Browse the repository at this point in the history
[2018.3] disable checks on pylint
  • Loading branch information
gtmanfred committed Jul 18, 2018
2 parents 01c9c59 + 7c34c29 commit a6f8acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -14,15 +14,15 @@ 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]
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]
Expand Down

0 comments on commit a6f8acf

Please sign in to comment.