Lines Matching refs:a

4 #     generation. It is itself both a raw checker and an astng checker in order  
16 # Add <file or directory> to the black list. It should be a base name, not a
29 # Tells wether to display a full report or only the messages
35 # Use a parseable text output format, so your favorite text editor will be able
36 # to jump to the line corresponding to a message.
42 # Put messages in a separate file for each module / package specified on the
44 # written in a file name "pylint_global.[txt|html]".
47 # Python expression which should return a note less than 10 (10 is the highest
54 # Add a comment according to your evaluation note. This is used by the global
98 # Required attributes for module, separated by a comma
102 # not require a docstring
110 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
113 class-rgx=[A-Z_][a-zA-Z0-9]+$
116 function-rgx=[a-z_][A-Za-z0-9_]*$
119 method-rgx=[a-z_][A-Za-z0-9_]*$
122 argument-rgx=[a-z_][A-Za-z0-9_]*$
125 variable-rgx=[a-z_][A-Za-z0-9_]*$
127 # Good variable names which should always be accepted, separated by a comma
130 # Bad variable names which should always be refused, separated by a comma
133 # List of builtins function names that should not be used, separated by a comma
161 # Maximum number of parents for a class (see R0901).
164 # Maximum number of attributes for a class (see R0902).
167 # Minimum number of public methods for a class (see R0903).
170 # Maximum number of public methods for a class (see R0904).
187 # List of interface methods to ignore, separated by a comma. This is used for
211 # Deprecated modules which should not be used, separated by a comma
214 # Create a graph of every (i.e. internal and external) dependencies in the given
218 # Create a graph of external dependencies in the given file (report R0402 must
222 # Create a graph of internal dependencies in the given file (report R0402 must
248 # Maximum number of characters on a single line.
251 # Maximum number of lines in a module
283 # List of note tags to take in consideration, separated by a comma. Default to
300 # Minimum lines number of a similarity.