1run: 2 timeout: 10m 3 4linters: 5 disable-all: true 6 enable: 7 - dupl 8 - gofmt 9 - goimports 10 - gosimple 11 - govet 12 - ineffassign 13 - misspell 14 - nakedret 15 - revive 16 - unused 17 - staticcheck 18 19linters-settings: 20 gofmt: 21 simplify: true 22 goimports: 23 local-prefixes: helm.sh/helm/v3 24 dupl: 25 threshold: 400