Skip to content

Commit 4f20929

Browse files
authored
gci: restore defaults for sections (#2589)
1 parent cad735b commit 4f20929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/linters_settings.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var defaultLintersSettings = LintersSettings{
2727
ExcludeGodocExamples: true,
2828
},
2929
Gci: GciSettings{
30-
Sections: []string{"default", "standard"},
30+
Sections: []string{"standard", "default"},
3131
SectionSeparator: []string{"newline"},
3232
},
3333
Gocognit: GocognitSettings{

0 commit comments

Comments
 (0)