Generalize lines_longer_than_80_characters #59552
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
P2
A bug or feature request we're likely to work on
After many years of users asking for it, we're planning to support project-wide configuration of formatter page width (#56863).
If a user sets the page width in their
analysis_options.yaml
to 100, then a lint that is hardcoded to fire on lines longer than 80 characters isn't super useful anymore. :)I'm guessing we will want to either rename and change this lint to fire based on the configured page width, or add a new lint that does that and leave this one alone for posterity/backwards compatibility.
The text was updated successfully, but these errors were encountered: