Commit 2021-11-22 15:44 c8520c4a
View on Github →feat: add simp linter (#100) Still requires a bit more testing.
- Lean now has a built-in feature called "linter" which is something different, I've tried to use
mathlibLinter
for the attribute. I haven't checked that nolint works yet.The simp linter is still a bit buggy (reports "can be replace byby simp only []
" way too often)Detecting automatically generated declarations is a todo.- CI integration with nolints.txt is missing.
- Other linters are also missing.