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:
loooosy 2017-07-21 17:19:37 +08:00
parent b316e406c6
commit 59a8ec8034

View File

@ -64,7 +64,7 @@ commands =
# F403 'from ansible.module_utils.basic import *' used;
# unable to detect undefined names
ignore=F403
enable-extensions=H106,H203
[testenv:bashate]
commands =