Files
opencloud/proxy/.golangci.yaml
A.Unger 598ca6c405 Add 'proxy/' from commit '201b9a652685cdfb72ba81c7e7b00ba1c60a0e35'
git-subtree-dir: proxy
git-subtree-mainline: 571d96e856
git-subtree-split: 201b9a6526
2020-09-18 12:47:26 +02:00

34 lines
548 B
YAML

issues:
exclude-rules:
- path: pkg/middleware/account_uuid.go
text: "SA4006:"
linters:
- staticcheck
- path: pkg/proxy/proxy_integration_test.go
linters:
- bodyclose
linters:
enable:
- bodyclose
- deadcode
- gosimple
- govet
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- depguard
- golint
- unconvert
# - scopelint
- maligned
- misspell
- prealloc
#- gosec
disable:
- errcheck
- ineffassign
- scopelint