Lines Matching refs:number
85 # respectively contain the number of errors / warnings messages and the total
86 # number of statements analyzed. This is used by the global evaluation report
101 # Minimum lines number of a similarity.
251 # Maximum number of characters on a single line.
264 # Maximum number of lines in a module
305 # Maximum number of arguments for function / method
312 # Maximum number of locals for function / method body
315 # Maximum number of return / yield for function / method body
318 # Maximum number of branch for function / method body
321 # Maximum number of statements in function / method body
324 # Maximum number of parents for a class (see R0901).
327 # Maximum number of attributes for a class (see R0902).
330 # Minimum number of public methods for a class (see R0903).
333 # Maximum number of public methods for a class (see R0904).