Skip to content
Snippets Groups Projects
Commit dd5e4065 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Run yamllint with 'relaxed' settings

parent a18e72d0
No related branches found
No related tags found
1 merge request!25Tests
......@@ -21,5 +21,5 @@ dockerfiles:
yamllint:
image: sdesbure/yamllint
script: "yamllint $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
script: "yamllint -d relaxed $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
allow_failure: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment