Skip to content

Generalize lines_longer_than_80_characters #59552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
munificent opened this issue Oct 7, 2024 · 0 comments
Open

Generalize lines_longer_than_80_characters #59552

munificent opened this issue Oct 7, 2024 · 0 comments
Labels
area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. devexp-linter Issues with the analyzer's support for the linter package linter-lint-request P2 A bug or feature request we're likely to work on

Comments

@munificent
Copy link
Member

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.

@bwilkerson bwilkerson added the P2 A bug or feature request we're likely to work on label Oct 8, 2024
@devoncarew devoncarew added devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. labels Nov 20, 2024
@devoncarew devoncarew transferred this issue from dart-archive/linter Nov 20, 2024
@bwilkerson bwilkerson added area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. and removed legacy-area-analyzer Use area-devexp instead. labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. devexp-linter Issues with the analyzer's support for the linter package linter-lint-request P2 A bug or feature request we're likely to work on
Projects
None yet
Development

No branches or pull requests

4 participants
@munificent @devoncarew @bwilkerson and others