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