Skip to content

Commit 23266cc

Browse files
willhallonlineayufan
authored andcommitted
#60818 Correct linting for project root *.yml files
1 parent c513434 commit 23266cc

File tree

4 files changed

+37
-32
lines changed

4 files changed

+37
-32
lines changed

.codeclimate.yml

+29-29
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,35 @@ engines:
66
enabled: true
77
config:
88
languages:
9-
- ruby
10-
- javascript
9+
- ruby
10+
- javascript
1111
ratings:
1212
paths:
13-
- Gemfile.lock
14-
- "**.erb"
15-
- "**.haml"
16-
- "**.rb"
17-
- "**.rhtml"
18-
- "**.slim"
19-
- "**.inc"
20-
- "**.js"
21-
- "**.jsx"
22-
- "**.module"
13+
- Gemfile.lock
14+
- "**.erb"
15+
- "**.haml"
16+
- "**.rb"
17+
- "**.rhtml"
18+
- "**.slim"
19+
- "**.inc"
20+
- "**.js"
21+
- "**.jsx"
22+
- "**.module"
2323
exclude_paths:
24-
- config/
25-
- db/
26-
- features/
27-
- node_modules/
28-
- spec/
29-
- vendor/
30-
- .yarn-cache/
31-
- tmp/
32-
- builds/
33-
- coverage/
34-
- public/
35-
- shared/
36-
- webpack-report/
37-
- log/
38-
- backups/
39-
- coverage-javascript/
40-
- plugins/
24+
- config/
25+
- db/
26+
- features/
27+
- node_modules/
28+
- spec/
29+
- vendor/
30+
- .yarn-cache/
31+
- tmp/
32+
- builds/
33+
- coverage/
34+
- public/
35+
- shared/
36+
- webpack-report/
37+
- log/
38+
- backups/
39+
- coverage-javascript/
40+
- plugins/

.haml-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ linters:
153153

154154
Indentation:
155155
enabled: true
156-
character: space # or tab
156+
character: space # or tab
157157

158158
TagName:
159159
enabled: true

.pkgr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ group: git
33
services:
44
- postgres
55
before_precompile: ./bin/pkgr_before_precompile.sh
6-
env:
7-
- SKIP_STORAGE_VALIDATION=true
6+
env:
7+
- SKIP_STORAGE_VALIDATION=true
88
targets:
99
debian-7: &wheezy
1010
build_dependencies:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Fix yaml linting for project root *.yml files
3+
merge_request: 27579
4+
author: Will Hall
5+
type: fixed

0 commit comments

Comments
 (0)