Skip to content
Snippets Groups Projects
Commit 2f49b6ca authored by Maxime Guyot's avatar Maxime Guyot Committed by Kubernetes Prow Robot
Browse files

Use yamllint --strict (#4587)

parent 50c86919
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ yamllint: ...@@ -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:
......
# TODO(miouge1): Include ---
shellcheck: shellcheck:
extends: .job extends: .job
stage: unit-tests stage: unit-tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment