forked from catalin/fukuops
13 lines
239 B
Makefile
13 lines
239 B
Makefile
lint--pre-commit:
|
|
pre-commit run --all-files --color always
|
|
|
|
lint--kubeconform:
|
|
kubeconform -strict -ignore-missing-schemas k8s/
|
|
|
|
lint--tflint:
|
|
tflint --recursive
|
|
|
|
lint:
|
|
make lint--pre-commit
|
|
make lint--kubeconform
|
|
make lint--tflint
|