Skip to content

Commit ef2b965

Browse files
committed
fix rebase
1 parent 6e0a8f7 commit ef2b965

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lakefile.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ abbrev mathlibOnlyLinters : Array LeanOption := #[
3434
⟨`linter.tacticAnalysis.tryAtEachStepAesop, true⟩,
3535
⟨`linter.tacticAnalysis.tryAtEachStepSimpAll, true⟩,
3636
⟨`linter.tacticAnalysis.tryAtEachStepGrind, true⟩,
37+
⟨`linter.tacticAnalysis.tryAtEachStepGrindSuggestions, true⟩,
3738
-- ⟨`linter.nightlyRegressionSet, true⟩,
3839
-- `latest_import.yml` uses this comment: if you edit it, make sure that the workflow still works
3940
]

0 commit comments

Comments
 (0)