You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?