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:
agopi 2018-10-15 14:56:59 -04:00
parent ce9ee8f4b3
commit 15766424f5
1 changed files with 1 additions and 1 deletions

View File

@ -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