Adding ANSIBLE0019 to skiplist for linters
linters fail because ANSIBLE0019 has been enabled link: https://github.com/willthames/ansible-lint/pull/262 This is a temporary merge until we reenable ANSIBLE0019 Change-Id: I335c4ed7a591da06b884da13ec89037aea8cd934
This commit is contained in:
parent
ce9ee8f4b3
commit
15766424f5
2
tox.ini
2
tox.ini
@ -16,7 +16,7 @@ whitelist_externals = bash
|
||||
commands =
|
||||
bash -c "cd ansible; find . -type f -regex '.*.y[a]?ml' -print0 | xargs -t -n1 -0 \
|
||||
ansible-lint \
|
||||
-x ANSIBLE0012,ANSIBLE0006,ANSIBLE0007,ANSIBLE0016" \
|
||||
-x ANSIBLE0012,ANSIBLE0006,ANSIBLE0007,ANSIBLE0016,ANSIBLE0019" \
|
||||
--exclude=rally
|
||||
pykwalify -d browbeat-config.yaml -s browbeat/schema/browbeat.yml
|
||||
pykwalify -d browbeat-complete.yaml -s browbeat/schema/browbeat.yml
|
||||
|
Loading…
Reference in New Issue
Block a user