Use yamllint --strict (#4587)
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
|
||||
|
|
Loading…
Reference in New Issue