Lint for CamelCase type names (Style Guide). #57161
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
type-enhancement
A request for a change that isn't a bug
From the style guide:
DO name types using UpperCamelCase.
Classes and typedefs should capitalize the first letter of each word (including the first word), and use no separators.
GOOD:
The text was updated successfully, but these errors were encountered: