Closed
Description
We currently have lines_longer_than_80_chars
in the lint set (under 'consistency'). We should consider removing it:
- anecdotally, I've had to make changes to things like string constants to satisfy this lint that I haven't loved (breaking string constants in places I wouldn't otherwise want to)
- all code should already be run on dartfmt; are the additional places this lint would catch (comments, string constants) worth the additional cost? does the lint pay its way in terms of benefits to the code vs effort to satisfy the lint?
Metadata
Metadata
Assignees
Type
Projects
Status
Completed