Lines Matching refs:Maximum
117 # Maximum number of characters on a single line.
133 # Maximum number of lines in a module
277 # Maximum number of nested blocks for function / method body
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).
333 # Maximum number of public methods for a class (see R0904).
336 # Maximum number of boolean expressions in a if statement