Skip to content

Commit 302d2f9

Browse files
cardilSeigeC
authored andcommitted
gci: restore defaults for sections (golangci#2589)
1 parent 8843e4d commit 302d2f9

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)