mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Update full linter list and enable some easily resolved new ones
This commit is contained in:
6
Makefile
6
Makefile
@@ -203,15 +203,15 @@ clean-kustomize-external-go-plugin:
|
||||
.PHONY: lint-kustomize
|
||||
lint-kustomize: $(MYGOBIN)/golangci-lint-kustomize $(builtinplugins)
|
||||
cd api; $(MYGOBIN)/golangci-lint-kustomize \
|
||||
-c ../.golangci-kustomize.yml \
|
||||
-c ../.golangci.yml \
|
||||
--path-prefix api \
|
||||
run ./...
|
||||
cd kustomize; $(MYGOBIN)/golangci-lint-kustomize \
|
||||
-c ../.golangci-kustomize.yml \
|
||||
-c ../.golangci.yml \
|
||||
--path-prefix kustomize \
|
||||
run ./...
|
||||
cd cmd/pluginator; $(MYGOBIN)/golangci-lint-kustomize \
|
||||
-c ../../.golangci-kustomize.yml \
|
||||
-c ../../.golangci.yml \
|
||||
--path-prefix cmd/pluginator \
|
||||
run ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user