Replies: 1 comment
-
@dhermes hi IMHO, canonical solution is
linters-settings:
gofumpt:
extra-rules: true
Or just use https://golangci-lint.run/usage/linters/#lll |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to set the
GOFUMPT_SPLIT_LONG_LINES=on
environment variable when running thegofumpt
linter.Is there a canonical way to do this with e.g.
.golangci.yaml
? Or should I just be setting it in the environment of the caller?Beta Was this translation helpful? Give feedback.
All reactions