Deprecate errorCodeValues for diagnosticCodeValues
Work towards https://github.com/dart-lang/sdk/issues/60635 Change-Id: Ieea525a3f7260ea50e766feff0a0647fc0c33b4d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/434526 Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Paul Berry <paulberry@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
committed by
Commit Queue
parent
27b9397fbf
commit
97c49e7514
+1
-1
@@ -380,7 +380,7 @@ def _CheckAnalyzerFiles(input_api, output_api):
|
||||
|
||||
# Verify the "error fix status" file.
|
||||
code_files = [
|
||||
"pkg/analyzer/lib/src/error/error_code_values.g.dart",
|
||||
"pkg/analyzer/lib/src/diagnostic/diagnostic_code_values.g.dart",
|
||||
"pkg/linter/lib/src/rules.dart",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user