#60818 Correct linting for project root *.yml files

This commit is contained in:
Will Hall 2019-05-20 13:50:32 +00:00 committed by Kamil Trzciński
parent c513434c9d
commit 23266cc64d
4 changed files with 37 additions and 32 deletions

View file

@ -21,20 +21,20 @@ ratings:
- "**.jsx"
- "**.module"
exclude_paths:
- config/
- db/
- features/
- node_modules/
- spec/
- vendor/
- .yarn-cache/
- tmp/
- builds/
- coverage/
- public/
- shared/
- webpack-report/
- log/
- backups/
- coverage-javascript/
- plugins/
- config/
- db/
- features/
- node_modules/
- spec/
- vendor/
- .yarn-cache/
- tmp/
- builds/
- coverage/
- public/
- shared/
- webpack-report/
- log/
- backups/
- coverage-javascript/
- plugins/

View file

@ -0,0 +1,5 @@
---
title: Fix yaml linting for project root *.yml files
merge_request: 27579
author: Will Hall
type: fixed