Lines Matching refs:of

20 # List of plugins (as comma separated values of python modules names) to load,
52 # command line instead of printing them on stdout. Reports (if any) will be
61 # respectively contain the number of errors / warnings messages and the total
62 # number of statements analyzed. This is used by the global evaluation report
80 # List of builtins function names that should not be used, separated by a comma
136 # List of classes names for which member attributes should not be checked
140 # When zope mode is activated, add a predefined set of Zope acquired attributes
144 # List of members which are set dynamically and missed by pylint inference
152 # List of note tags to take in consideration, separated by a comma.
158 # Minimum lines number of a similarity.
176 # A regular expression matching the beginning of the name of dummy variables
180 # List of additional names supposed to be defined in builtins. Remember that
187 # Maximum number of characters on a single line.
193 # Allow the body of an if to be on the same line as the test if there is no
197 # List of optional constructs for which whitespace checking is disabled
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
228 # Maximum number of arguments for function / method
235 # Maximum number of locals for function / method body
238 # Maximum number of return / yield for function / method body
241 # Maximum number of branch for function / method body
244 # Maximum number of statements in function / method body
247 # Maximum number of parents for a class (see R0901).
250 # Maximum number of attributes for a class (see R0902).
253 # Minimum number of public methods for a class (see R0903).
256 # Maximum number of public methods for a class (see R0904).
262 # List of interface methods to ignore, separated by a comma. This is used for
266 # List of method names used to declare (i.e. assign) instance attributes.
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.