Merge "Run pylint tox env on all files by default"
This commit is contained in:
commit
a4720d39a9
2
tox.ini
2
tox.ini
@ -95,7 +95,7 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
pylint==2.13.4
|
pylint==2.13.4
|
||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/coding-checks.sh --pylint {posargs}
|
{toxinidir}/tools/coding-checks.sh --pylint {posargs:all}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
# Also do not run test_coverage_ext tests while gathering coverage as those
|
# Also do not run test_coverage_ext tests while gathering coverage as those
|
||||||
|
Loading…
Reference in New Issue
Block a user