Pattern: Too many lines in file
Issue: -
Limiting the number of lines allowed in a file allows files to remain small, single purpose, and maintainable.
Name | Description | Type | Default Value |
---|---|---|---|
maxFileLength | Maximum file length | integer | 1500 |
<check enabled="true" class="org.scalastyle.file.FileLengthChecker" level="warning">
<parameters>
<parameter name="maxFileLength">800</parameter>
</parameters>
</check>