gofumpt
gofumpt copied to clipboard
Split long lines only available behind environment string
Hi @mvdan, thanks for maintaning this project. I've noticed that golangci-lint is unable to use gofumpt's feature to split long lines because it's only accessible with the environment string GOFUMPT_SPLIT_LONG_LINES=on
which is not something that can be actioned via golangci-lint.
Would you be open to considering adding a new option or incorporating it into the extra rules?
Thank you in advance!
Related: https://github.com/golangci/golangci-lint/discussions/4253