File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ abbrev mathlibOnlyLinters : Array LeanOption := #[
3434 ⟨`linter.allScriptsDocumented, true ⟩,
3535 ⟨`linter.pythonStyle, true ⟩,
3636 ⟨`linter.style.longFile, .ofNat 1500 ⟩,
37+ ⟨`linter.tacticAnalysis.omegaToCutsat, true ⟩,
38+ ⟨`linter.tacticAnalysis.regressions.omegaToCutsat, true ⟩
3739 -- ⟨`linter.nightlyRegressionSet, true⟩,
3840 -- `latest_import.yml` uses this comment: if you edit it, make sure that the workflow still works
3941]
@@ -55,7 +57,7 @@ abbrev mathlibLeanOptions := #[
5557 -- Note that this should be fixed first such that access to private declarations in such proofs
5658 -- is allowed even when disabling `backward.privateInPublic`.
5759 ⟨`backward.proofsInPublic, true ⟩,
58- ⟨`maxSynthPendingDepth, .ofNat 3 ⟩
60+ ⟨`maxSynthPendingDepth, .ofNat 3 ⟩,
5961 ] ++ -- options that are used in `lake build`
6062 mathlibOnlyLinters.map fun s ↦ { s with name := `weak ++ s.name }
6163
You can’t perform that action at this time.
0 commit comments