Skip to content

Commit

Permalink
remove stale TODO
Browse files Browse the repository at this point in the history
As per discussion (dart-lang/linter#4055 (comment)), 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]>
  • Loading branch information
pq authored and Commit Queue committed Aug 6, 2024
1 parent a98ad48 commit 0d31c2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/linter/lib/src/rules/invalid_case_patterns.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ switch (n) {
```
''';

// TODO(pq): add a dart.dev doc link when a doc is final (https://github.com/dart-lang/linter/issues/4055)

class InvalidCasePatterns extends LintRule {
static const LintCode code = LintCode('invalid_case_patterns',
"This expression is not valid in a 'case' clause in Dart 3.0.",
Expand Down

0 comments on commit 0d31c2b

Please sign in to comment.