Open
Description
Your feature request related to a problem? Please describe.
There are upstream issues in lll about those with very good arguments:
- URLs are also reported as too long walle/lll#12
- lll should not complain about long strings walle/lll#11
Describe the solution you'd like.
I think ignoring those should at least be possible through options, but I would even claim that those should be defaults. There is simply no easy way to wrap URLs and struct tags. And wrapping long strings just makes it less readable.
Describe alternatives you've considered.
I currently have to manually add lint ignore pragmas in those cases.
Additional context.
Upstream lll repository seems not maintained. So I am opening an issue here. There is a precedent for this, see upstream issue walle/lll#15 and fix here #3288.