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

Disable line-length warning by extending 'relaxed' yamllint configuration

parent 0cba1e96
No related branches found
No related tags found
No related merge requests found
Pipeline #12882 passed with warnings
......@@ -19,5 +19,5 @@ dockerfiles:
yamllint:
image: sdesbure/yamllint
script: "yamllint -d relaxed $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
script: "yamllint $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
allow_failure: yes
extends: relaxed
rules:
line-length: disable
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