Skip to content

Commit

Permalink
Enable gci linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Sep 4, 2024
1 parent 1a87be3 commit 6fc7c0e
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 6fc7c0e

Please sign in to comment.