From 25ea2bd6805c889c07ead9c0a5f244b64f49dcfb Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Tue, 25 May 2010 10:04:37 +0200 Subject: proper update of report identifiers to avoid collision with message in the Refactoring category --- examples/pylintrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') 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= -- cgit v1.2.1