tenhobi/effective_dart

Reconsider `lines_longer_than_80_chars`

tenhobi opened this issue · 1 comments

I would like to discuss and maybe reconsider adding the lines_longer_than_80_chars lint rule.

This package should aim to follow the Effective Dart guide as much as possible and disabling this lint rule is probably opinionated. Given the fact that you can easily suppress any lint rule per project, file or line, I would like to reconsider this and add it to the lints we use.

Cc @felangel as you have for now the biggest projects using this package.

I agree that the rule should be added because as you mentioned the goal should be to match effective dart rules as closely as possible and people can always disable individual rules.