Lines Matching refs:of
71 # respectively contain the number of errors / warnings messages and the total
72 # number of statements analyzed. This is used by the global evaluation report
77 # command line instead of printing them on stdout. Reports (if any) will be
85 # of the file under analysis.
109 # List of builtins function names that should not be used, separated by a comma
147 # Colon delimited types of objects which should have the same naming style,
164 # List of method names used to declare (i.e. assign) instance attributes.
167 # List of interface methods to ignore, separated by a comma. This is used for
171 # List of valid names for the first argument in a class method.
174 # List of valid names for the first argument in a metaclass class method.
184 # Maximum number of arguments for function / method
187 # Maximum number of attributes for a class (see R0902).
190 # Maximum number of branch for function / method body
193 # Maximum number of locals for function / method body
196 # Maximum number of parents for a class (see R0901).
199 # Maximum number of public methods for a class (see R0904).
202 # Maximum number of return / yield for function / method body
205 # Maximum number of statements in function / method body
208 # Minimum number of public methods for a class (see R0903).
228 # Maximum number of characters on a single line.
231 # Maximum number of lines in a module
234 # List of optional constructs for which whitespace checking is disabled
237 # Allow the body of an if to be on the same line as the test if there is no
244 # List of module members that should be marked as deprecated.
253 # List of exceptions that do not need to be mentioned in the Raises section of
260 # List of modules that should be ignored if unused.
277 # user ID of the relevant person
280 # Number of spaces of indent required when the last token on the preceding line
284 # Minimum number of spaces between the end of a line and an inline comment.
296 # Create a graph of external dependencies in the given file (report RP0402 must
300 # Create a graph of every (i.e. internal and external) dependencies in the
304 # Create a graph of internal dependencies in the given file (report RP0402 must
325 # List of plugins (as comma separated values of python modules names) to load,
338 # List of note tags to take in consideration, separated by a comma.
353 # Minimum lines number of a similarity.
359 # List of members which are set dynamically and missed by pylint inference
368 # List of classes names for which member attributes should not be checked
372 # When zope mode is activated, add a predefined set of Zope acquired attributes
379 # List of additional names supposed to be defined in builtins. Remember that
383 # A regular expression matching the beginning of the name of dummy variables