summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml55
1 files changed, 18 insertions, 37 deletions
diff --git a/.golangci.yml b/.golangci.yml
index fcf2582e8..7fbc3d439 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -6,8 +6,9 @@ run:
- selinux
concurrency: 6
deadline: 5m
+ skip-dirs-use-default: true
skip-dirs:
- - dependencies/*
+ - dependencies
- contrib
- test/e2e
- docs
@@ -16,39 +17,19 @@ run:
skip-files:
- iopodman.go
linters:
- disable-all: true
- enable:
- - bodyclose
- - deadcode
- - depguard
- # dupl really overdid it; disabling
- # - dupl
- - errcheck
- - gofmt
- - gosimple
- - govet
- - ineffassign
- - nakedret
- - staticcheck
- - structcheck
- - typecheck
- - unused
- - varcheck
- # - gochecknoglobals
- # - gochecknoinits
- # - goconst
- # - gocritic
- # - gocyclo
- # - goimports
- # - golint
- # - gosec
- - interfacer
- # - lll
- # - maligned
- # - misspell
- # - prealloc
- - scopelint
- - stylecheck
- - unconvert
- # I think we should uncomment this one and used it
- # - unparam
+ enable-all: true
+ disable:
+ - dupl
+ - funlen
+ - gochecknoglobals
+ - gochecknoinits
+ - goconst
+ - gocyclo
+ - golint
+ - goimports
+ - gosec
+ - lll
+ - maligned
+ - misspell
+ - prealloc
+ - unparam