summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-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: