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