Commit 4b407a68 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '60818_yamllint_project_root' into 'master'

#60818 Correct linting for project root *.yml files

See merge request gitlab-org/gitlab-ce!27579
parents c513434c 23266cc6
...@@ -21,20 +21,20 @@ ratings: ...@@ -21,20 +21,20 @@ ratings:
- "**.jsx" - "**.jsx"
- "**.module" - "**.module"
exclude_paths: exclude_paths:
- config/ - config/
- db/ - db/
- features/ - features/
- node_modules/ - node_modules/
- spec/ - spec/
- vendor/ - vendor/
- .yarn-cache/ - .yarn-cache/
- tmp/ - tmp/
- builds/ - builds/
- coverage/ - coverage/
- public/ - public/
- shared/ - shared/
- webpack-report/ - webpack-report/
- log/ - log/
- backups/ - backups/
- coverage-javascript/ - coverage-javascript/
- plugins/ - plugins/
---
title: Fix yaml linting for project root *.yml files
merge_request: 27579
author: Will Hall
type: fixed
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