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 4354a64 commit 3aa04f5Copy full SHA for 3aa04f5
pkg/lint/lintersdb/manager.go
@@ -197,6 +197,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
197
WithURL("https://golang.org/cmd/gofmt/"),
198
linter.NewConfig(golinters.NewGofumpt()).
199
WithPresets(linter.PresetFormatting).
200
+ WithAutoFix().
201
WithURL("https://github.com/mvdan/gofumpt"),
202
linter.NewConfig(golinters.NewGoimports()).
203
0 commit comments