File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ public register_option linter.style.whitespace : Bool := {
4343}
4444
4545/-- Deprecated in favour of `linter.style.whitespace` -/
46- @ [deprecated linter.style.whitespace (since := "2026-01-07" )]
4746public register_option linter.style.commandStart : Bool := {
4847 defValue := false
4948 descr := "deprecated: use the `linter.style.whitespace` option instead"
49+ deprecation? := some { since := "2026-01-07" , text? := "use the `linter.style.whitespace` option instead" }
5050}
5151
5252/-- If the `linter.style.whitespace.verbose` option is `true`, the `whitespace` linter
Original file line number Diff line number Diff line change @@ -10,9 +10,16 @@ section
1010
1111set_option linter.style.setOption true
1212
13+ /--
14+ warning: `linter.style.commandStart` has been deprecated: use the `linter.style.whitespace` option instead
15+ -/
1316#guard_msgs in
1417set_option linter.style.commandStart true
1518
19+ /--
20+ warning: `linter.style.commandStart` has been deprecated: use the `linter.style.whitespace` option instead
21+ -/
22+ #guard_msgs in
1623set_option linter.style.commandStart true in
1724example : Nat := 0
1825
You can’t perform that action at this time.
0 commit comments