Enable some off-by-default checks
Some of the available checks are disabled by default, like: [H106] Don’t put vim configuration in source files [H203] Use assertIs(Not)None to check for None Change-Id: I274a7e35a6d52ed4b1ceb1243e2e4505335d22de
This commit is contained in:
parent
b316e406c6
commit
59a8ec8034
2
tox.ini
2
tox.ini
@ -64,7 +64,7 @@ commands =
|
|||||||
# F403 'from ansible.module_utils.basic import *' used;
|
# F403 'from ansible.module_utils.basic import *' used;
|
||||||
# unable to detect undefined names
|
# unable to detect undefined names
|
||||||
ignore=F403
|
ignore=F403
|
||||||
|
enable-extensions=H106,H203
|
||||||
|
|
||||||
[testenv:bashate]
|
[testenv:bashate]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user