1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-25 14:48:06 +00:00
Files
rke/vendor/github.com/Masterminds/semver/v3/.golangci.yml
2019-11-14 10:54:00 -08:00

27 lines
337 B
YAML

run:
deadline: 2m
linters:
disable-all: true
enable:
- deadcode
- dupl
- errcheck
- gofmt
- goimports
- golint
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- structcheck
- unused
- varcheck
linters-settings:
gofmt:
simplify: true
dupl:
threshold: 400