mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Use yamllint --strict (#4587)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
50c86919dc
commit
2f49b6caa8
@@ -3,7 +3,7 @@ yamllint:
|
|||||||
extends: .job
|
extends: .job
|
||||||
stage: unit-tests
|
stage: unit-tests
|
||||||
script:
|
script:
|
||||||
- yamllint .
|
- yamllint --strict .
|
||||||
except: ['triggers', 'master']
|
except: ['triggers', 'master']
|
||||||
|
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# TODO(miouge1): Include
|
---
|
||||||
shellcheck:
|
shellcheck:
|
||||||
extends: .job
|
extends: .job
|
||||||
stage: unit-tests
|
stage: unit-tests
|
||||||
|
|||||||
Reference in New Issue
Block a user