gci: restore defaults for sections (#2589)

This commit is contained in:
Chris Suszynski 2022-02-17 18:19:31 +01:00 committed by GitHub
parent cad735b2ab
commit 4f20929c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ var defaultLintersSettings = LintersSettings{
ExcludeGodocExamples: true, ExcludeGodocExamples: true,
}, },
Gci: GciSettings{ Gci: GciSettings{
Sections: []string{"default", "standard"}, Sections: []string{"standard", "default"},
SectionSeparator: []string{"newline"}, SectionSeparator: []string{"newline"},
}, },
Gocognit: GocognitSettings{ Gocognit: GocognitSettings{