We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linarith
grind
1 parent bbf1f53 commit c6cdc43Copy full SHA for c6cdc43
lakefile.lean
@@ -34,6 +34,7 @@ abbrev mathlibOnlyLinters : Array LeanOption := #[
34
⟨`linter.allScriptsDocumented, true⟩,
35
⟨`linter.pythonStyle, true⟩,
36
⟨`linter.style.longFile, .ofNat 1500⟩,
37
+ ⟨`linter.tacticAnalysis.regressions.linarithToGrind, true⟩,
38
-- ⟨`linter.nightlyRegressionSet, true⟩,
39
-- `latest_import.yml` uses this comment: if you edit it, make sure that the workflow still works
40
]
0 commit comments