We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf0c82 commit 4ca27f5Copy full SHA for 4ca27f5
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.rwMerge, 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