We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e145060 commit 3509c4dCopy full SHA for 3509c4d
pkg/goformatters/golines/golines.go
@@ -25,7 +25,7 @@ func New(settings *config.GoLinesSettings) *Formatter {
25
IgnoreGenerated: false, // handle globally
26
DotFile: "", // golines debug (not usable inside golangci-lint)
27
ChainSplitDots: settings.ChainSplitDots,
28
- BaseFormatterCmd: "fmt", // fake cmd
+ BaseFormatterCmd: "gofmt", // fake cmd
29
}
30
31
0 commit comments