file-length-limit
Default severity: note
Limits source-file length. The built-in maximum is 500 lines.
For example, with max-lines = 5, a six-line source file is reported while a
five-line file is accepted.
package example
const first = 1const second = 2const third = 3const fourth = 4package example
const first = 1const second = 2const third = 3Configuration
Section titled “Configuration”[checks.rules.file-length-limit]max-lines = 800Set max-lines = 0 to disable this check explicitly.