Skip to content

Commit ec8fa47

Browse files
committed
experiment: run hammers on Mathlib
1 parent 516b35b commit ec8fa47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lakefile.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ abbrev mathlibOnlyLinters : Array LeanOption := #[
3131
⟨`linter.allScriptsDocumented, true⟩,
3232
⟨`linter.pythonStyle, true⟩,
3333
⟨`linter.style.longFile, .ofNat 1500⟩,
34+
⟨`linter.tacticAnalysis.tryAtEachStepAesop, true⟩,
35+
⟨`linter.tacticAnalysis.tryAtEachStepSimpAll, true⟩,
36+
⟨`linter.tacticAnalysis.tryAtEachStepGrind, true⟩,
3437
-- ⟨`linter.nightlyRegressionSet, true⟩,
3538
-- `latest_import.yml` uses this comment: if you edit it, make sure that the workflow still works
3639
]

0 commit comments

Comments
 (0)