Skip to content

Commit

Permalink
gci: restore defaults for sections
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Feb 17, 2022
1 parent d7e110e commit c424039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/linters_settings.go
Expand Up @@ -27,7 +27,7 @@ var defaultLintersSettings = LintersSettings{
ExcludeGodocExamples: true,
},
Gci: GciSettings{
Sections: []string{"default", "standard"},
Sections: []string{"standard", "default"},
SectionSeparator: []string{"newline"},
},
Gocognit: GocognitSettings{
Expand Down

0 comments on commit c424039

Please sign in to comment.