We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0a8f7 commit ef2b965Copy full SHA for ef2b965
1 file changed
lakefile.lean
@@ -34,6 +34,7 @@ abbrev mathlibOnlyLinters : Array LeanOption := #[
34
⟨`linter.tacticAnalysis.tryAtEachStepAesop, true⟩,
35
⟨`linter.tacticAnalysis.tryAtEachStepSimpAll, true⟩,
36
⟨`linter.tacticAnalysis.tryAtEachStepGrind, true⟩,
37
+ ⟨`linter.tacticAnalysis.tryAtEachStepGrindSuggestions, 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