Commit 2024-06-21 07:01 00d112fb
View on Github →feat: rewrite file length check in Lean (#13620)
This is the first in a series of PRs rewriting most checks from lint-style.py in Lean.
This PR sets up the basic infrastructure and ports the check for files longer than 1500 lines.
This includes parsing style-exceptions.txt.
To enable a gradual conversion of the linters, this PR adds a new executable lint_style (which runs the rewritten linters), and has lint-style.sh call this one also.