Skip to content

Commit

Permalink
linter: fix strict_top_level_inference registry
Browse files Browse the repository at this point in the history
Work towards #59867

Change-Id: I61e82e43252b24b63ef04f511cac3cbe70771308
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403704
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Auto-Submit: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
  • Loading branch information
srawlins authored and Commit Queue committed Jan 8, 2025
1 parent 302287e commit 5d5d223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/linter/lib/src/rules/strict_top_level_inference.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class StrictTopLevelInference extends LintRule {
registry.addConstructorDeclaration(this, visitor);
registry.addFunctionDeclaration(this, visitor);
registry.addMethodDeclaration(this, visitor);
registry.addSimpleFormalParameter(this, visitor);
registry.addVariableDeclarationList(this, visitor);
}
}
Expand Down

0 comments on commit 5d5d223

Please sign in to comment.