summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 18:55:48 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 22:42:08 -0700
commit89f4ae35321a6728df53c6e7c29e734efd028d5f (patch)
treeb9bd9b2cfa889979f2de2b3017a5b9c9a6732854
parent177fe3eb62d2f061d0c0983cede618ee43e0469a (diff)
lint: Turn on gci
-rw-r--r--.golangci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index d5c6e53..ad53616 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -28,7 +28,6 @@ linters:
- exhaustive
- exhaustruct
- funlen
- - gci
- gochecknoglobals
- gochecknoinits
- gocognit
@@ -63,6 +62,11 @@ linters:
- wrapcheck
- wsl
linters-settings:
+ gci:
+ sections:
+ - standard
+ - default
+ - prefix(git.lukeshu.com/btrfs-progs-ng)
gofmt:
simplify: true
nolintlint: