mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
34 lines
548 B
YAML
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
|