• Home
  • Raw
  • Download

Lines Matching refs:a

68 # Add a comment according to your evaluation note. This is used by the global
72 # Python expression which should return a note less than 10 (10 is the highest
79 # Put messages in a separate file for each module / package specified on the
81 # written in a file name "pylint_global.[txt|html]".
91 # Template used to display messages. This is a python new-style format string
96 # (visual studio) and html. You can also give a reporter class, eg
100 # Tells whether to display a full report or only the messages
107 argument-rgx=^[a-z][a-z0-9_]*$
110 attr-rgx=^_{0,2}[a-z][a-z0-9_]*$
112 # List of builtins function names that should not be used, separated by a comma
115 # Bad variable names which should always be refused, separated by a comma
120 class-attribute-rgx=^(_?[A-Z][A-Z0-9_]*|__[a-z0-9_]+__|_?[a-z][a-z0-9_]*)$
123 class-rgx=^_?[A-Z][a-zA-Z0-9]*$
126 const-rgx=^(_?[A-Z][A-Z0-9_]*|__[a-z0-9_]+__|_?[a-z][a-z0-9_]*)$
133 # function-rgx=^(?:(?P<camel_case>_?[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_?[a-z][a-z0-9_]*))$
134 function-rgx=^(?:(?P<snake_case>_?[a-z][a-z0-9_]*))$
136 # Good variable names which should always be accepted, separated by a comma
141 inlinevar-rgx=^[a-z][a-z0-9_]*$
144 # method-rgx=^(?:(?P<exempt>__[a-z0-9_]+__|next)|(?P<camel_case>_{0,2}[A-Z][a-zA-Z0-9]*)|(?P<snake_…
145 method-rgx=^(?:(?P<exempt>__[a-z0-9_]+__|next)|(?P<snake_case>_{0,2}[a-z][a-z0-9_]*))$
148 module-rgx=^(_?[a-z][a-z0-9_]*)|__init__|PRESUBMIT|PRESUBMIT_unittest$
151 # separated by a comma
155 # not require a docstring.
158 # Required attributes for module, separated by a comma
162 variable-rgx=^[a-z][a-z0-9_]*$
170 # List of interface methods to ignore, separated by a comma. This is used for
174 # List of valid names for the first argument in a class method.
177 # List of valid names for the first argument in a metaclass class method.
190 # Maximum number of attributes for a class (see R0902).
199 # Maximum number of parents for a class (see R0901).
202 # Maximum number of public methods for a class (see R0904).
211 # Minimum number of public methods for a class (see R0903).
217 # Exceptions that will emit a warning when being caught. Defaults to
224 # Regexp for a line that is allowed to be longer than the limit.
231 # Maximum number of characters on a single line.
234 # Maximum number of lines in a module
257 # a docstring.
269 # Regexp for a proper copyright notice.
275 # A regex for finding comments that do not have a space between leading comment
279 # Regexp for a proper TODO comment; the uid group, if any, should match the
281 good-todo=# ?TODO\((?P<uid>[a-z][a-z0-9-]*)|b/(?P<bugid>[0-9]+)\):?
287 # Minimum number of spaces between the end of a line and an inline comment.
290 # Regexp for a TODO comment, which may be incorrect.
296 # Deprecated modules which should not be used, separated by a comma
299 # Create a graph of external dependencies in the given file (report RP0402 must
303 # Create a graph of every (i.e. internal and external) dependencies in the
307 # Create a graph of internal dependencies in the given file (report RP0402 must
335 # Use a custom configuration file for linting.
341 # List of note tags to take in consideration, separated by a comma.
356 # Minimum lines number of a similarity.
375 # When zope mode is activated, add a predefined set of Zope acquired attributes