Use yamllint --strict (#4587)
This commit is contained in:
parent
50c86919dc
commit
2f49b6caa8
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue