Lines Matching refs:a

1 # This Pylint rcfile contains a best-effort configuration to uphold the
147 # (visual studio) and html. You can also give a reporter class, eg
151 # Put messages in a separate file for each module / package specified on the
153 # written in a file name "pylint_global.[txt|html]". This option is deprecated
157 # Tells whether to display a full report or only the messages
160 # Python expression which should return a note less than 10 (10 is the highest
167 # Template used to display messages. This is a python new-style format string
174 # Good variable names which should always be accepted, separated by a comma
177 # Bad variable names which should always be refused, separated by a comma
184 # Include a hint for the correct naming format with invalid-name
192 …arDown|setUpModule|tearDownModule)|(?P<camel_case>_?[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_?[a-z][a-z0…
195 variable-rgx=^[a-z][a-z0-9_]*$
198 const-rgx=^(_?[A-Z][A-Z0-9_]*|__[a-z0-9_]+__|_?[a-z][a-z0-9_]*)$
201 attr-rgx=^_{0,2}[a-z][a-z0-9_]*$
204 argument-rgx=^[a-z][a-z0-9_]*$
207 class-attribute-rgx=^(_?[A-Z][A-Z0-9_]*|__[a-z0-9_]+__|_?[a-z][a-z0-9_]*)$
210 inlinevar-rgx=^[a-z][a-z0-9_]*$
213 class-rgx=^_?[A-Z][a-zA-Z0-9]*$
216 module-rgx=^(_?[a-z][a-z0-9_]*|__init__)$
219a-z0-9_]+__|runTest|setUp|tearDown|setUpTestCase|tearDownTestCase|setupSelf|tearDownClass|setUpCla…
222 # not require a docstring.
260 # Maximum number of characters on a single line.
266 # Regexp for a line that is allowed to be longer than the limit.
277 # `trailing-comma` allows a space between comma and closing bracket: (a, ).
281 # Maximum number of lines in a module
290 # Number of spaces of indent required inside a hanging or continued line.
299 # List of note tags to take in consideration, separated by a comma.
316 # List of strings which can identify a callback function by name. A callback
334 # Minimum lines number of a similarity.
356 # A path to a file that contains private dictionary; one word per line.
360 # --spelling-private-dict-file option instead of raising a message.
366 # Deprecated modules which should not be used, separated by a comma
373 # Create a graph of every (i.e. internal and external) dependencies in the
377 # Create a graph of external dependencies in the given file (report RP0402 must
381 # Create a graph of internal dependencies in the given file (report RP0402 must
385 # Force import order to recognize a module as part of the standard
389 # Force import order to recognize a module as part of a third party library.
413 # List of valid names for the first argument in a class method.
417 # List of valid names for the first argument in a metaclass class method.
423 # Exceptions that will emit a warning when being caught. Defaults to