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
commitc13d5b55023240fa489acbdb1fb163dac0b3af4c (patch)
tree3c26b607c05e9682c6001853a5a019a324ee4fef /examples
parent014473260689ff2b0e04fc91992adce3d66cfd93 (diff)
downloadpylint-git-c13d5b55023240fa489acbdb1fb163dac0b3af4c.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 cf5ef6deb..82526feb0 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=