podman/.golangci.yml
Valentin Rothberg a102869746 .golangci.yml: move swagger.go from Makefile
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-01-14 09:54:48 +01:00

34 lines
479 B
YAML

---
run:
build-tags:
- apparmor
- seccomp
- selinux
concurrency: 6
deadline: 5m
skip-dirs-use-default: true
skip-dirs:
- contrib
- dependencies
- test
skip-files:
- iopodman.go
- swagger.go
linters:
enable-all: true
disable:
- dupl
- funlen
- gochecknoglobals
- gochecknoinits
- goconst
- gocyclo
- golint
- goimports
- gosec
- lll
- maligned
- misspell
- prealloc
- unparam