You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[analyzer/linter] Clean up after renaming error codes to camelCase.
Now that the analyzer and linter error codes have been renamed to
camelCase (see https://dart-review.googlesource.com/c/sdk/+/444921),
the script `rename_error_constants.dart` is no longer needed. Also,
the temporary logic in `messages/generate.dart` and
`generate_lints.dart` that allowed for generating either camelCase or
SCREAMING_CAPS error codes can now be hardcoded to always generate
camelCase error codes.
Change-Id: I6a6a6964ec8eef09cac643c959a967ab405f3343
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/445122
Commit-Queue: Paul Berry <[email protected]>
Reviewed-by: Samuel Rawlins <[email protected]>
Reviewed-by: Konstantin Shcheglov <[email protected]>
0 commit comments