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
|
||||
stage: unit-tests
|
||||
script:
|
||||
- yamllint .
|
||||
- yamllint --strict .
|
||||
except: ['triggers', 'master']
|
||||
|
||||
ansible-lint:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# TODO(miouge1): Include
|
||||
---
|
||||
shellcheck:
|
||||
extends: .job
|
||||
stage: unit-tests
|
||||
|
Reference in New Issue
Block a user