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 60613dc commit d38d047Copy full SHA for d38d047
pkg/lint/lintersdb/manager.go
@@ -208,6 +208,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
208
WithURL("https://github.com/denis-tingajkin/go-header"),
209
linter.NewConfig(golinters.NewGci()).
210
WithLoadForGoAnalysis().
211
+ WithAutoFix().
212
WithURL("https://github.com/daixiang0/gci"),
213
linter.NewConfig(golinters.NewMaligned()).
214
0 commit comments