Skip to content
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

Generalize lines_longer_than_80_characters #5105

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

Generalize lines_longer_than_80_characters #5105

munificent opened this issue Oct 7, 2024 · 0 comments
Labels
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 (dart-lang/sdk#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lint-request P2 A bug or feature request we're likely to work on
Projects
None yet
Development

No branches or pull requests

2 participants