1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-24 22:42:23 +00:00
rke/vendor/github.com/go-openapi/swag/.golangci.yml
Darren Shepherd 1831ff1574 Update vendor
2020-03-27 10:55:19 -07:00

23 lines
338 B
YAML

linters-settings:
govet:
check-shadowing: true
golint:
min-confidence: 0
gocyclo:
min-complexity: 25
maligned:
suggest-new: true
dupl:
threshold: 100
goconst:
min-len: 3
min-occurrences: 2
linters:
enable-all: true
disable:
- maligned
- lll
- gochecknoinits
- gochecknoglobals