Skip to content

Commit 0d31c2b

Browse files
pqCommit Queue
authored and
Commit Queue
committed
remove stale TODO
As per discussion (https://github.com/dart-lang/linter/issues/4055#issuecomment-1568734934), considering existing docs sufficient for now. Change-Id: Idcdaa5f4c238199e8e755237662f92023986545d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/379000 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent a98ad48 commit 0d31c2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/linter/lib/src/rules/invalid_case_patterns.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ switch (n) {
236236
```
237237
''';
238238

239-
// TODO(pq): add a dart.dev doc link when a doc is final (https://github.com/dart-lang/linter/issues/4055)
240-
241239
class InvalidCasePatterns extends LintRule {
242240
static const LintCode code = LintCode('invalid_case_patterns',
243241
"This expression is not valid in a 'case' clause in Dart 3.0.",

0 commit comments

Comments
 (0)