Skip to content

Commit 42e5cc2

Browse files
scheglovCommit Queue
authored and
Commit Queue
committed
Specify using unnecessary_breaks in the coding style.
Change-Id: Ibedb2fcd0ad5fdb6bfc3dcc4b88a02c9a9d78152 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/337282 Reviewed-by: Samuel Rawlins <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 327d7df commit 42e5cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/analyzer/doc/implementation/coding_style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ This section documents the styles we have agreed to follow.
2121

2222
### Lint rules
2323

24-
None.
25-
2624
- prefer_single_quotes - We don't enforce this in each of our packages yet, but
2725
we aspire to.
26+
- unnecessary_breaks - All our packages require at least Dart `3.0.0`, so we
27+
can do it.
2828

2929
### Formatting and sorting
3030

0 commit comments

Comments
 (0)