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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue