gci: restore defaults for sections (#2589)
This commit is contained in:
parent
cad735b2ab
commit
4f20929c4b
@ -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{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user