mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-04 14:21:33 +02:00
Add validate-json-yaml target to Makefile lint
This commit is contained in:
parent
14b5c83ae8
commit
d1372bc8b0
7
Makefile
7
Makefile
@ -55,7 +55,12 @@ licensecheck:
|
||||
|
||||
#? lint: Run all the linters
|
||||
.PHONY: lint
|
||||
lint: licensecheck go-lint
|
||||
lint: licensecheck go-lint validate-json-yaml
|
||||
|
||||
#? validate-json-yaml: Validate JSON and YAML files
|
||||
.PHONY: validate-json-yaml
|
||||
validate-json-yaml:
|
||||
bash scripts/validate-json-yaml.sh
|
||||
|
||||
#? crd: Generates CRD using controller-gen and copy it into chart
|
||||
.PHONY: crd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user