Skip to content

Files

Latest commit

 

History

History
15 lines (9 loc) · 498 Bytes

ClassSize.md

File metadata and controls

15 lines (9 loc) · 498 Bytes

Pattern: Class has too many lines

Issue: -

Description

Checks if the size of a class exceeds the number of lines specified by the maxLines property.

Property Description Default Value
maxLines The maximum number of lines allowed in a class definition. 1000

Further Reading