Merge "Use extend-ignore in preference to ignore"

This commit is contained in:
Zuul 2018-11-06 18:26:43 +00:00 committed by Gerrit Code Review
commit a57aa3653f
1 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,6 @@ commands = bash -c "ansible-lint \
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
extend-ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build