Lint for string concatenation which is not at the end of the line #57234
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.
linter-lint-request
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
[ “one” “two”, “three”] != [“one”, “two”, “three”]
This kind of concatenation is usually only used to break long lines and therefore usually indicates a bug when it occurs within a line.
The text was updated successfully, but these errors were encountered: