contrib/pylintrc
changeset 10403 b8acd325773e
parent 10393 217703f760d1
child 19023 86531a7038ed
equal deleted inserted replaced
10402:d216fa04e48a 10403:b8acd325773e
   199 # * uses of deprecated modules
   199 # * uses of deprecated modules
   200 # 
   200 # 
   201 [IMPORTS]
   201 [IMPORTS]
   202 
   202 
   203 # Deprecated modules which should not be used, separated by a comma
   203 # Deprecated modules which should not be used, separated by a comma
   204 deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
   204 deprecated-modules=regsub,TERMIOS,Bastion,rexec
   205 
   205 
   206 # Create a graph of every (i.e. internal and external) dependencies in the
   206 # Create a graph of every (i.e. internal and external) dependencies in the
   207 # given file (report R0402 must not be disabled)
   207 # given file (report R0402 must not be disabled)
   208 import-graph=
   208 import-graph=
   209 
   209