Lines Matching refs:of

19 # C0111 ignore Docstring at top of file.
76 # respectively contain the number of errors / warnings messages and the total
77 # number of statements analyzed. This is used by the global evaluation report
82 # command line instead of printing them on stdout. Reports (if any) will be
90 # of the file under analysis.
114 # List of builtins function names that should not be used, separated by a comma
152 # Colon delimited types of objects which should have the same naming style,
169 # List of method names used to declare (i.e. assign) instance attributes.
172 # List of interface methods to ignore, separated by a comma. This is used for
176 # List of valid names for the first argument in a class method.
179 # List of valid names for the first argument in a metaclass class method.
189 # Maximum number of arguments for function / method
192 # Maximum number of attributes for a class (see R0902).
195 # Maximum number of branch for function / method body
198 # Maximum number of locals for function / method body
201 # Maximum number of parents for a class (see R0901).
204 # Maximum number of public methods for a class (see R0904).
207 # Maximum number of return / yield for function / method body
210 # Maximum number of statements in function / method body
213 # Minimum number of public methods for a class (see R0903).
233 # Maximum number of characters on a single line.
236 # Maximum number of lines in a module
239 # List of optional constructs for which whitespace checking is disabled
242 # Allow the body of an if to be on the same line as the test if there is no
249 # List of module members that should be marked as deprecated.
258 # List of exceptions that do not need to be mentioned in the Raises section of
265 # List of modules that should be ignored if unused.
282 # user ID of the relevant person
285 # Number of spaces of indent required when the last token on the preceding line
289 # Minimum number of spaces between the end of a line and an inline comment.
301 # Create a graph of external dependencies in the given file (report RP0402 must
305 # Create a graph of every (i.e. internal and external) dependencies in the
309 # Create a graph of internal dependencies in the given file (report RP0402 must
330 # List of plugins (as comma separated values of python modules names) to load,
343 # List of note tags to take in consideration, separated by a comma.
358 # Minimum lines number of a similarity.
364 # List of members which are set dynamically and missed by pylint inference
373 # List of classes names for which member attributes should not be checked
377 # When zope mode is activated, add a predefined set of Zope acquired attributes