Commit 2024-08-30 10:36 4086a45d
View on Github →feat: the longFile linter (#15610)
The "longFile" linter is a syntax linter. It emits a warning on files which are longer than a certain number of lines
(1500 by default). A value of 0 silences the linter entirely.
This PR also modifies the TextBased fileTooLong linter: now it only lints files that do not contain set_option linter.style.longFile , and removes the exceptions that are now covered by the "longFile" linter.
The TextBased longFile linter stays (for now), though it is going to be removed soon.