Commit 23266cc6 authored by Will Hall's avatar Will Hall Committed by Kamil Trzciński

#60818 Correct linting for project root *.yml files

parent c513434c
...@@ -6,35 +6,35 @@ engines: ...@@ -6,35 +6,35 @@ engines:
enabled: true enabled: true
config: config:
languages: languages:
- ruby - ruby
- javascript - javascript
ratings: ratings:
paths: paths:
- Gemfile.lock - Gemfile.lock
- "**.erb" - "**.erb"
- "**.haml" - "**.haml"
- "**.rb" - "**.rb"
- "**.rhtml" - "**.rhtml"
- "**.slim" - "**.slim"
- "**.inc" - "**.inc"
- "**.js" - "**.js"
- "**.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/
...@@ -153,7 +153,7 @@ linters: ...@@ -153,7 +153,7 @@ linters:
Indentation: Indentation:
enabled: true enabled: true
character: space # or tab character: space # or tab
TagName: TagName:
enabled: true enabled: true
......
...@@ -3,8 +3,8 @@ group: git ...@@ -3,8 +3,8 @@ group: git
services: services:
- postgres - postgres
before_precompile: ./bin/pkgr_before_precompile.sh before_precompile: ./bin/pkgr_before_precompile.sh
env: env:
- SKIP_STORAGE_VALIDATION=true - SKIP_STORAGE_VALIDATION=true
targets: targets:
debian-7: &wheezy debian-7: &wheezy
build_dependencies: build_dependencies:
......
---
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