Merge "Delete deprecated Hacking in tox.ini"

This commit is contained in:
Jenkins
2016-12-03 02:54:24 +00:00
committed by Gerrit Code Review

View File

@@ -70,8 +70,7 @@ commands =
# Ignores the following rules due to how ansible modules work in general
# F403 'from ansible.module_utils.basic import *' used;
# unable to detect undefined names
# H303 No wildcard (*) import.
ignore=F403,H303
ignore=F403
[testenv:bashate]