Lines Matching refs:Maximum
150 # Maximum number of characters on a single line.
166 # Maximum number of lines in a module
303 # Maximum number of nested blocks for function / method body
387 # Maximum number of arguments for function / method
394 # Maximum number of locals for function / method body
397 # Maximum number of return / yield for function / method body
400 # Maximum number of branch for function / method body
403 # Maximum number of statements in function / method body
406 # Maximum number of parents for a class (see R0901).
409 # Maximum number of attributes for a class (see R0902).
415 # Maximum number of public methods for a class (see R0904).
418 # Maximum number of boolean expressions in a if statement