summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xepylint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epylint.py b/epylint.py
index b2c127a..250e220 100755
--- a/epylint.py
+++ b/epylint.py
@@ -58,7 +58,7 @@ def lint(filename):
parentPath = os.path.dirname(parentPath)
# Start pylint
- process = Popen("pylint -f parseable -r n --disable-msg-cat=CRI '%s'" %
+ process = Popen("pylint -f parseable -r n --disable=C,R,I '%s'" %
childPath, shell=True, stdout=PIPE, stderr=PIPE,
cwd=parentPath)
p = process.stdout