Merge "Run pylint tox env on all files by default"

This commit is contained in:
Zuul 2022-04-29 16:51:33 +00:00 committed by Gerrit Code Review
commit a4720d39a9

View File

@ -95,7 +95,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
pylint==2.13.4
commands =
{toxinidir}/tools/coding-checks.sh --pylint {posargs}
{toxinidir}/tools/coding-checks.sh --pylint {posargs:all}
[testenv:cover]
# Also do not run test_coverage_ext tests while gathering coverage as those