summaryrefslogtreecommitdiff
path: root/lint.py
diff options
context:
space:
mode:
authorsylvain thenault <sylvain.thenault@logilab.fr>2009-01-28 11:04:01 +0100
committersylvain thenault <sylvain.thenault@logilab.fr>2009-01-28 11:04:01 +0100
commit69770a87e2f7665ea2e16ef336d6a1cb622fe62c (patch)
treee1d717a810c92ce6a5961026081b9036ec8026cd /lint.py
parentd617033df9fe08dac27f2ee11336cc5128e6630b (diff)
downloadpylint-69770a87e2f7665ea2e16ef336d6a1cb622fe62c.tar.gz
#5575
Diffstat (limited to 'lint.py')
-rw-r--r--lint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lint.py b/lint.py
index cb1bc80..434ff73 100644
--- a/lint.py
+++ b/lint.py
@@ -827,6 +827,7 @@ processing.
''')
# read configuration
#linter.load_provider_defaults()
+ linter.disable_message('W0704')
linter.read_config_file()
# is there some additional plugins in the file configuration, in
config_parser = linter._config_parser