mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Merge pull request #1804 from hypnoglow/linters
kyaml: enable errcheck & golint; fix gofmt
This commit is contained in:
@@ -14,7 +14,7 @@ linters:
|
|||||||
- depguard
|
- depguard
|
||||||
- dogsled
|
- dogsled
|
||||||
- dupl
|
- dupl
|
||||||
# - errcheck
|
- errcheck
|
||||||
# - funlen
|
# - funlen
|
||||||
# - gochecknoinits
|
# - gochecknoinits
|
||||||
# - goconst
|
# - goconst
|
||||||
@@ -22,7 +22,7 @@ linters:
|
|||||||
- gocyclo
|
- gocyclo
|
||||||
- gofmt
|
- gofmt
|
||||||
- goimports
|
- goimports
|
||||||
# - golint
|
- golint
|
||||||
- gosec
|
- gosec
|
||||||
- gosimple
|
- gosimple
|
||||||
- govet
|
- govet
|
||||||
|
|||||||
Reference in New Issue
Block a user