1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-10 11:13:44 +00:00
rke/vendor/github.com/go-openapi/spec/.golangci.yml
Darren Shepherd 1831ff1574 Update vendor
2020-03-27 10:55:19 -07:00

24 lines
352 B
YAML

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