Lines Matching refs:of
20 # List of plugins (as comma separated values of python modules names) to load,
27 # Allow loading of arbitrary C extensions. Extensions are imported into the
31 # A comma-separated list of package or module names from where C extensions may
36 # Allow optimization of some AST trees. This will activate a peephole AST
38 # be used to obtain the result of joining multiple strings with the addition
39 # operator. Joining a lot of strings can lead to a maximum recursion error in
76 # command line instead of printing them on stdout. Reports (if any) will be
85 # respectively contain the number of errors / warnings messages and the total
86 # number of statements analyzed. This is used by the global evaluation report
101 # Minimum lines number of a similarity.
120 # List of module names for which member attributes should not be checked
125 # List of classes names for which member attributes should not be checked
129 # When zope mode is activated, add a predefined set of Zope acquired attributes
133 # List of members which are set dynamically and missed by pylint inference
141 # List of note tags to take in consideration, separated by a comma.
147 # List of builtins function names that should not be used, separated by a comma
156 # Colon-delimited sets of names that determine each other's naming style when
238 # List of comma separated words that should not be checked.
245 # --spelling-private-dict-file option instead of raising a message.
251 # Maximum number of characters on a single line.
257 # Allow the body of an if to be on the same line as the test if there is no
261 # List of optional constructs for which whitespace checking is disabled
264 # Maximum number of lines in a module
271 # Number of spaces of indent required inside a hanging or continued line.
274 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
290 # A regular expression matching the name of dummy variables (i.e. expectedly
294 # List of additional names supposed to be defined in builtins. Remember that
298 # List of strings which can identify a callback function by name. A callback
299 # name must start or end with one of those strings.
305 # Maximum number of arguments for function / method
312 # Maximum number of locals for function / method body
315 # Maximum number of return / yield for function / method body
318 # Maximum number of branch for function / method body
321 # Maximum number of statements in function / method body
324 # Maximum number of parents for a class (see R0901).
327 # Maximum number of attributes for a class (see R0902).
330 # Minimum number of public methods for a class (see R0903).
333 # Maximum number of public methods for a class (see R0904).
342 # Create a graph of every (i.e. internal and external) dependencies in the
346 # Create a graph of external dependencies in the given file (report RP0402 must
350 # Create a graph of internal dependencies in the given file (report RP0402 must
357 # List of method names used to declare (i.e. assign) instance attributes.
360 # List of valid names for the first argument in a class method.
363 # List of valid names for the first argument in a metaclass class method.
366 # List of member names, which should be excluded from the protected access