commit | d79fd1a2695552b17d90e6958fac3f17e7550ff0 | [log] [tgz] |
---|---|---|
author | pq <pquitslund@google.com> | Thu Oct 19 14:48:13 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 19 14:48:13 2023 +0000 |
tree | f05dd6ca8d60befdf0269cb026feb79b600ef7f9 | |
parent | 8225ddeae69798c3e36da4643bcf3d421780a5f6 [diff] |
remove `inTestMode` declaration Change-Id: I7fa08195db75120df4377c7529d52ba47ff3dcbb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/331090 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com>
diff --git a/pkg/linter/tool/rule.dart b/pkg/linter/tool/rule.dart index 44f56ae..875c5c6 100644 --- a/pkg/linter/tool/rule.dart +++ b/pkg/linter/tool/rule.dart
@@ -270,7 +270,7 @@ sb.write(''' -void registerLintRules({bool inTestMode = false}) { +void registerLintRules() { Analyzer.facade.cacheLinterVersion(); Analyzer.facade ''');