Skip to content

Commit

Permalink
gci: restore defaults for sections (golangci#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil authored and SeigeC committed Apr 4, 2023
1 parent 8843e4d commit 302d2f9
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 302d2f9

Please sign in to comment.