diff options
Diffstat (limited to 'examples/pylintrc')
-rw-r--r-- | examples/pylintrc | 6 |
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= |