summaryrefslogtreecommitdiff
path: root/checkers
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2010-04-16 13:52:33 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2010-04-16 13:52:33 +0200
commit69f4e17d13b37e0de2155d4c71225215f6cc47d0 (patch)
treed03abe36ab00366d81045907a19ba2553bec5607 /checkers
parent0feba9d538733f775d705b59abaff52b4a273696 (diff)
downloadpylint-git-69f4e17d13b37e0de2155d4c71225215f6cc47d0.tar.gz
set option level to configure --help / --long[-long]-help with lgc 0.50
Diffstat (limited to 'checkers')
-rw-r--r--checkers/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkers/__init__.py b/checkers/__init__.py
index fc7ebeabc..84e418841 100644
--- a/checkers/__init__.py
+++ b/checkers/__init__.py
@@ -70,6 +70,7 @@ class BaseChecker(OptionsProviderMixIn, ASTWalker):
enabled = True
may_be_disabled = True
name = None
+ level = 1
def __init__(self, linter=None):
"""checker instances should have the linter as argument