mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
367 B
28 lines
367 B
6 years ago
|
run:
|
||
|
deadline: 2m
|
||
|
|
||
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- deadcode
|
||
|
- dupl
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- golint
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- misspell
|
||
|
- nakedret
|
||
|
- structcheck
|
||
|
- unused
|
||
|
- varcheck
|
||
|
|
||
|
linters-settings:
|
||
|
gofmt:
|
||
|
simplify: true
|
||
|
goimports:
|
||
|
local-prefixes: k8s.io/helm
|
||
|
dupl:
|
||
|
threshold: 400
|