Skip to content

Commit

Permalink
Merge pull request #390 from zlabjp/gci
Browse files Browse the repository at this point in the history
Enable gci linter
  • Loading branch information
tatsuhiro-t authored Sep 4, 2024
2 parents 1a87be3 + 6fc7c0e commit 0de2a5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@ linters:
- mirror
- wsl
- copyloopvar
- gci
linters-settings:
govet:
enable:
- nilness
- unusedwrite
gci:
sections:
- standard
- default
- localmodule
custom-order: true

0 comments on commit 0de2a5f

Please sign in to comment.