- Enforce a maximum number of lines per file
This rule enforces a maximum number of lines per file, in order to aid in maintainability and reduce complexity.
Ignores lines made up purely of whitespace.
Ignores lines containing just comments.
Specifies a maximum number of lines in a file.
You can check them out here.