dart-lang / linter

Linter for Dart.
https://dart.dev/tools/linter-rules
BSD 3-Clause "New" or "Revised" License
628 stars 172 forks source link

Need to imporve this dart lint - lines_longer_than_80_chars to lines allowed 120 #5000

Closed Sushant2171993 closed 1 week ago

Sushant2171993 commented 1 week ago

This tracker is for issues related to:

https://dart.dev/tools/linter-rules/lines_longer_than_80_chars

dart-github-bot commented 1 week ago

Labels: area-analyzer, type-enhancement Summary: The user requests an update to the lines_longer_than_80_chars lint rule, suggesting a higher character limit of 120 or 140 to reduce wasted screen space and improve readability.

srawlins commented 1 week ago

This rule is backing the recommendation from the Effective Dart style guide. You can request changes for that style guide at https://github.com/dart-lang/site-www/issues/5674.

Or you can follow the formatter's open issue for the same request: https://github.com/dart-lang/dart_style/issues/833