parent
0d8127037d
commit
e0d54ae944
14 changed files with 181 additions and 189 deletions
18
Makefile
18
Makefile
|
|
@ -1,13 +1,15 @@
|
|||
lint--pre-commit:
|
||||
fmt--pre-commit:
|
||||
pre-commit run --all-files --color always
|
||||
|
||||
lint--kubeconform:
|
||||
kubeconform -strict -ignore-missing-schemas k8s/
|
||||
fmt--kubeconform:
|
||||
kubeconform -strict -ignore-missing-schemas k8s/argo-apps
|
||||
kubeconform -strict -ignore-missing-schemas k8s/services
|
||||
|
||||
lint--tflint:
|
||||
|
||||
fmt--tflint:
|
||||
tflint --recursive
|
||||
|
||||
lint:
|
||||
make lint--pre-commit
|
||||
make lint--kubeconform
|
||||
make lint--tflint
|
||||
fmt:
|
||||
make fmt--pre-commit
|
||||
make fmt--kubeconform
|
||||
make fmt--tflint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue