kyaml: Enable Go linters (lll, stylecheck, unparam, whitespace)

This commit is contained in:
Arthur Mello
2019-12-05 16:32:17 -03:00
parent 7c1b477ff6
commit de4d50386d

View File

@@ -16,7 +16,7 @@ linters:
- dupl - dupl
- errcheck - errcheck
# - funlen # - funlen
# - gochecknoinits - gochecknoinits
# - goconst # - goconst
# - gocritic # - gocritic
- gocyclo - gocyclo
@@ -28,19 +28,19 @@ linters:
- govet - govet
- ineffassign - ineffassign
- interfacer - interfacer
# - lll - lll
- misspell - misspell
- nakedret - nakedret
- scopelint - scopelint
- staticcheck - staticcheck
- structcheck - structcheck
# - stylecheck - stylecheck
- typecheck - typecheck
- unconvert - unconvert
# - unparam - unparam
- unused - unused
- varcheck - varcheck
# - whitespace - whitespace
linters-settings: linters-settings: