Module: check_mk
Branch: master
Commit: ab9b5ea499ccb9a4c6d471a780d5c64c27e8fa55
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ab9b5ea499ccb9…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Sep 6 19:51:22 2016 +0200
Enabled new pylint checker
---
tests/pylint/pylintrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/pylint/pylintrc b/tests/pylint/pylintrc
index b6cb84e..e06c4a9 100644
--- a/tests/pylint/pylintrc
+++ b/tests/pylint/pylintrc
@@ -1,7 +1,7 @@
[MASTER]
# Setup the python paths needed for our tests
init-hook='import sys, os; test_path = os.environ.get("TEST_PATH",
os.environ["HOME"] + "/git/check_mk/tests"); sys.path.insert(0,
test_path) ; import conftest'
-load-plugins=testlib.pylint_cmk
+load-plugins=testlib.pylint_cmk,testlib.pylint_checker_wrong_i18n
persistent=yes
# We only want to see errors for the moment. Disable this one day. But prepare to cleanup
a lot of stuff.
errors-only=yes