We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516b35b commit ec8fa47Copy full SHA for ec8fa47
1 file changed
lakefile.lean
@@ -31,6 +31,9 @@ abbrev mathlibOnlyLinters : Array LeanOption := #[
31
⟨`linter.allScriptsDocumented, true⟩,
32
⟨`linter.pythonStyle, true⟩,
33
⟨`linter.style.longFile, .ofNat 1500⟩,
34
+ ⟨`linter.tacticAnalysis.tryAtEachStepAesop, true⟩,
35
+ ⟨`linter.tacticAnalysis.tryAtEachStepSimpAll, true⟩,
36
+ ⟨`linter.tacticAnalysis.tryAtEachStepGrind, true⟩,
37
-- ⟨`linter.nightlyRegressionSet, true⟩,
38
-- `latest_import.yml` uses this comment: if you edit it, make sure that the workflow still works
39
]
0 commit comments