diff options
author | sylvain thenault <sylvain.thenault@logilab.fr> | 2009-01-28 11:04:01 +0100 |
---|---|---|
committer | sylvain thenault <sylvain.thenault@logilab.fr> | 2009-01-28 11:04:01 +0100 |
commit | 69770a87e2f7665ea2e16ef336d6a1cb622fe62c (patch) | |
tree | e1d717a810c92ce6a5961026081b9036ec8026cd /lint.py | |
parent | d617033df9fe08dac27f2ee11336cc5128e6630b (diff) | |
download | pylint-69770a87e2f7665ea2e16ef336d6a1cb622fe62c.tar.gz |
#5575
Diffstat (limited to 'lint.py')
-rw-r--r-- | lint.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |