Lines Matching refs:a
5 # You may obtain a copy of the License at
17 # Specify a configuration file.
102 # (visual studio) and html. You can also give a reporter class, eg
106 # Tells whether to display a full report or only the messages
112 # Python expression which should return a note less than 10 (10 is the highest
119 # Template used to display messages. This is a python new-style format string
126 # Minimum lines number of a similarity.
171 # A path to a file that contains private dictionary; one word per line.
175 # --spelling-private-dict-file option instead of raising a message.
199 # List of strings which can identify a callback function by name. A callback
206 # Maximum number of characters on a single line.
209 # Regexp for a line that is allowed to be longer than the limit.
216 # Maximum number of lines in a module
223 # Number of spaces of indent required inside a hanging or continued line.
232 # List of note tags to take in consideration, separated by a comma.
238 # List of builtins function names that should not be used, separated by a comma
241 # Good variable names which should always be accepted, separated by a comma
244 # Bad variable names which should always be refused, separated by a comma
251 # Include a hint for the correct naming format with invalid-name
255 function-rgx=[a-z_][a-z0-9_]{2,30}$
258 variable-rgx=[a-z_][a-z0-9_]{2,30}$
264 attr-rgx=[a-z_][a-z0-9_]{2,30}$
267 argument-rgx=[a-z_][a-z0-9_]{2,30}$
276 class-rgx=[A-Z_][a-zA-Z0-9]+$
279 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
282 method-rgx=[a-z_][a-z0-9_]{2,30}$
285 # not require a docstring.
320 # Maximum number of parents for a class (see R0901).
323 # Maximum number of attributes for a class (see R0902).
326 # Minimum number of public methods for a class (see R0903).
329 # Maximum number of public methods for a class (see R0904).
332 # Maximum number of boolean expressions in a if statement
341 # List of valid names for the first argument in a class method.
344 # List of valid names for the first argument in a metaclass class method.
354 # Deprecated modules which should not be used, separated by a comma
357 # Create a graph of every (i.e. internal and external) dependencies in the
361 # Create a graph of external dependencies in the given file (report RP0402 must
365 # Create a graph of internal dependencies in the given file (report RP0402 must
372 # Exceptions that will emit a warning when being caught. Defaults to