Skip to content

Consider removing the lines_longer_than_80_chars lint #280

Closed
@devoncarew

Description

@devoncarew

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

No one assigned

    Type

    No type

    Projects

    Status

    Completed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions