-
we'd like to disable the auto fix that goimport applies while still keeping it as a check, is there a way to disable the auto fix for linters? |
Beta Was this translation helpful? Give feedback.
Answered by
Antonboom
Mar 13, 2023
Replies: 1 comment 1 reply
-
Hello! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rrrkren
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Does
goimports
ignoresgolangci-lint
--fix
flag?