From 15766424f588860d985c8309f095901e7bbadd36 Mon Sep 17 00:00:00 2001 From: agopi Date: Mon, 15 Oct 2018 14:56:59 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0affe8b22..4ea05996f 100644 --- a/tox.ini +++ b/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