We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e110e commit c424039Copy full SHA for c424039
pkg/config/linters_settings.go
@@ -27,7 +27,7 @@ var defaultLintersSettings = LintersSettings{
27
ExcludeGodocExamples: true,
28
},
29
Gci: GciSettings{
30
- Sections: []string{"default", "standard"},
+ Sections: []string{"standard", "default"},
31
SectionSeparator: []string{"newline"},
32
33
Gocognit: GocognitSettings{
0 commit comments