summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-05-25 10:04:37 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-05-25 10:04:37 +0200
commit25ea2bd6805c889c07ead9c0a5f244b64f49dcfb (patch)
treee62da224bd24b8cbd7f77607600736d9f085ea96 /examples
parent43198e3a5b83ff030641c0576aef93ca996be5e6 (diff)
downloadpylint-25ea2bd6805c889c07ead9c0a5f244b64f49dcfb.tar.gz
proper update of report identifiers to avoid collision with message in the Refactoring category
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index cf5ef6d..82526fe 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -249,14 +249,14 @@ defining-attr-methods=__init__,__new__,setUp
deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
# Create a graph of every (i.e. internal and external) dependencies in the
-# given file (report R0402 must not be disabled)
+# given file (report RP0402 must not be disabled)
import-graph=
-# Create a graph of external dependencies in the given file (report R0402 must
+# Create a graph of external dependencies in the given file (report RP0402 must
# not be disabled)
ext-import-graph=
-# Create a graph of internal dependencies in the given file (report R0402 must
+# Create a graph of internal dependencies in the given file (report RP0402 must
# not be disabled)
int-import-graph=