Lines Matching refs:in
34 # option multiple times (only on the command line, not in the configuration
51 # Put messages in a separate file for each module / package specified on the
53 # written in a file name "pylint_global.[txt|html]".
107 # Regular expression which should only match correct attribute names in class
132 # Tells whether missing members accessed in mixin class should be ignored. A
152 # List of note tags to take in consideration, separated by a comma.
173 # Tells whether we should check for unused import in __init__ files.
180 # List of additional names supposed to be defined in builtins. Remember that
200 # Maximum number of lines in a module
213 # Create a graph of every (i.e. internal and external) dependencies in the
217 # Create a graph of external dependencies in the given file (report RP0402 must
221 # Create a graph of internal dependencies in the given file (report RP0402 must
244 # Maximum number of statements in function / method body
263 # instance to not check methods defines in Zope's Interface base class.
269 # List of valid names for the first argument in a class method.
272 # List of valid names for the first argument in a metaclass class method.