summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 5480b02bb..4d5ff549c 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -7,8 +7,10 @@ run:
- contrib
- dependencies
- test
+ - pkg/spec
- pkg/varlink
- pkg/varlinkapi
+ - docs/varlink
skip-files:
- iopodman.go
- swagger.go
@@ -21,14 +23,9 @@ linters:
- gochecknoinits
- goconst
- gocyclo
- - golint
- gosec
- lll
- maligned
- - misspell
- - prealloc
- - unparam
- - nakedret
linters-settings:
errcheck:
check-blank: false