Lines Matching refs:of

7 #     * handle some basic but necessary stats'data (number of classes, methods...)
32 # Use HTML as output format instead of text
43 # command line instead of printing them on stdout. Reports (if any) will be
49 # respectivly contain the number of errors / warnings messages and the total
50 # number of statements analyzed. This is used by the global evaluation report
66 # * redefinition of variable from builtins or from an outer scope
67 # * use of variable before assigment
76 # List of variable names used for dummy variables (i.e. not used).
84 # * number of arguments, local variables, branchs, returns and statements in
88 # * redefinition of function / method / class
89 # * uses of the global statement
133 # List of builtins function names that should not be used, separated by a comma
138 # checks for sign of poor/misdesign:
139 # * number of methods, attributes, local variables...
140 # * size, complexity of functions, methods
146 # Maximum number of arguments for function / method
149 # Maximum number of locals for function / method body
152 # Maximum number of return / yield for function / method body
155 # Maximum number of branch for function / method body
158 # Maximum number of statements in function / method body
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
201 # * uses of deprecated modules
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
242 # * use of <> instead of !=
248 # Maximum number of characters on a single line.
251 # Maximum number of lines in a module
260 # * total number of lines
261 # * total number of code lines
262 # * total number of docstring lines
263 # * total number of comments lines
264 # * total number of empty lines
283 # List of note tags to take in consideration, separated by a comma. Default to
300 # Minimum lines number of a similarity.