Lines Matching refs:number
61 # respectively contain the number of errors / warnings messages and the total
62 # number of statements analyzed. This is used by the global evaluation report
83 # Minimum lines number of a similarity.
168 # Maximum number of characters on a single line.
174 # Maximum number of lines in a module
238 # Maximum number of arguments for function / method
245 # Maximum number of locals for function / method body
248 # Maximum number of return / yield for function / method body
251 # Maximum number of branch for function / method body
254 # Maximum number of statements in function / method body
257 # Maximum number of parents for a class (see R0901).
260 # Maximum number of attributes for a class (see R0902).
263 # Minimum number of public methods for a class (see R0903).
266 # Maximum number of public methods for a class (see R0904).