### Your feature request related to a problem? Please describe. There are upstream issues in lll about those with very good arguments: * https://github.com/walle/lll/issues/12 * https://github.com/walle/lll/issues/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 https://github.com/walle/lll/issues/15 and fix here https://github.com/golangci/golangci-lint/pull/3288.