-
|
Where I work we have something where we are running I see we can do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, The command The flag The problem related to #1490 (comment) has been fixed since v1.63.0, as you can see the issue was been closed. |
Beta Was this translation helpful? Give feedback.
Hello,
The command
golangci-lint fmtruns only the formatters.The formatters are defined inside the
formatters.enablesection.The flag
--enableis additive, so it doesn't disable the formatters defined inside theformatters.enablesection.The problem related to #1490 (comment) has been fixed since v1.63.0, as you can see the issue was been closed.