Commit 71198f50 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'enable-yamllint-strict-mode' into 'master'

Strict mode for yamllint so we don't miss warnings

See merge request gitlab-org/gitlab!77517
parents ba69be0e d836bc34
......@@ -10,4 +10,4 @@ lint-yaml:
variables:
LINT_PATHS: .gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates
script:
- yamllint -f colored $LINT_PATHS
- yamllint --strict -f colored $LINT_PATHS
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment