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
Branches
No related tags found
No related merge requests found
Pipeline #12803 passed with warnings
......@@ -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.
Please register or to comment