From 8e699a24c9b8cc87c77f0ed1341e16502d479d34 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 31 May 2013 14:49:34 -0700 Subject: [PATCH] Disable H102 until ready to add new checks We need to release a bug fix release, 0.5.5, which cannot contain any new checks. Currently there are several open bugs, and more testing that is needed before we are ready to start adding new checks. Since we are pinning hacking versions to <0.6, we can releases, every time we add new checks we need to rev the minor release number. But since we don't have extensive enough testing in this repository I am not confident in our ability to add new working checks. So until we are ready to cut 0.6 disable the check. Change-Id: I84582fb41d859166395ba150c10e5a859a528950 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 19226bb5..e1c26384 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,8 @@ setup-hooks = flake8.extension = H000 = hacking.core:ProxyChecks H101 = hacking.core:hacking_todo_format - H102 = hacking.core:hacking_has_license + #NOTE(jogo) Cannot enable until after 0.5.5 is released (and on 0.6.0) + #H102 = hacking.core:hacking_has_license H201 = hacking.core:hacking_except_format H202 = hacking.core:hacking_except_format_assert H301 = hacking.core:hacking_import_rules