summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-25 10:24:49 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-25 10:24:49 +0200
commit6c7a859d2bf22942021a8146ff80e7695c2d4917 (patch)
tree97e9d1e5d72b7a6765d656164f6cff095d87d793
parent433413a454e52e12bcdf055d985c9a84a179d401 (diff)
downloadpylint-6c7a859d2bf22942021a8146ff80e7695c2d4917.tar.gz
[test] grmbl, C0121 disabling was missing
-rw-r--r--test/input/func_noerror_crash_127416.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/func_noerror_crash_127416.py b/test/input/func_noerror_crash_127416.py
index 6c30a79..3a04363 100644
--- a/test/input/func_noerror_crash_127416.py
+++ b/test/input/func_noerror_crash_127416.py
@@ -1,4 +1,4 @@
-# pylint: disable=C0111,R0201
+# pylint: disable=C0111,R0201,C0121
"""
FUNCTIONALITY
"""