ae835a68d9
This is a follow-up to https://dart-review.googlesource.com/c/sdk/+/444921, which renamed analyzer error codes from SCREAMING_CAPS conventions to camelCase conventions. That CL left a few deprecated error codes in place because they were referred to in `tools/verify_docs/bin/verify_docs.dart`, and those references couldn't be fixed in an automated fashion. This CL cleans up the references in `verify_docs.dart` to use the new camelCase constants, and removes the deprecated SCREAMING_CAPS constants that are no longer needed. Change-Id: I6a6a69644eb8cfe7841d7582fd520f081010544d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/445106 Reviewed-by: Moritz Sümmermann <mosum@google.com> Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>