ansible-lint: disable progressive mode
Progressive mode ... makes the linter return a success even if some failures are found, as long the total number of violations did not increase since the previous commit. I have found what I think is inconsistent matching of the errors between runs and I'm not sure it isn't hiding problems. We are linter-clean and gate on the linter passing, so we don't need to do this two-pass system. Change-Id: I47be01a095d80dfb4d15f90da7bce49c3d42a2dd
This commit is contained in:
parent
5a2c7bff96
commit
255ed06075
2
tox.ini
2
tox.ini
@ -49,7 +49,7 @@ commands =
|
||||
flake8 {posargs}
|
||||
yamllint -s -f parsable .
|
||||
python -m ansiblelint --version
|
||||
python -m ansiblelint {env:ANSIBLELINT_OPTS:--progressive}
|
||||
python -m ansiblelint {env:ANSIBLELINT_OPTS:}
|
||||
# Ansible Syntax Check
|
||||
{toxinidir}/tools/check_jobs_documented.py
|
||||
{toxinidir}/tools/update-test-platforms.py
|
||||
|
Loading…
Reference in New Issue
Block a user