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 301efb3 commit 3caa14dCopy full SHA for 3caa14d
pkg/config/loader.go
@@ -223,6 +223,10 @@ func (l *Loader) handleFormatterOverrides() {
223
if slices.Contains(l.cfg.Formatters.Enable, "gci") {
224
l.cfg.Linters.Settings.Gci = l.cfg.Formatters.Settings.Gci
225
}
226
+
227
+ if slices.Contains(l.cfg.Formatters.Enable, "golines") {
228
+ l.cfg.Linters.Settings.GoLines = l.cfg.Formatters.Settings.GoLines
229
+ }
230
231
232
// Add formatter exclusions to linters exclusions.
0 commit comments