File tree 4 files changed +37
-32
lines changed
4 files changed +37
-32
lines changed Original file line number Diff line number Diff line change @@ -6,35 +6,35 @@ engines:
6
6
enabled : true
7
7
config :
8
8
languages :
9
- - ruby
10
- - javascript
9
+ - ruby
10
+ - javascript
11
11
ratings :
12
12
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"
23
23
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/
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ linters:
153
153
154
154
Indentation :
155
155
enabled : true
156
- character : space # or tab
156
+ character : space # or tab
157
157
158
158
TagName :
159
159
enabled : true
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ group: git
3
3
services :
4
4
- postgres
5
5
before_precompile : ./bin/pkgr_before_precompile.sh
6
- env :
7
- - SKIP_STORAGE_VALIDATION=true
6
+ env :
7
+ - SKIP_STORAGE_VALIDATION=true
8
8
targets :
9
9
debian-7 : &wheezy
10
10
build_dependencies :
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Fix yaml linting for project root *.yml files
3
+ merge_request : 27579
4
+ author : Will Hall
5
+ type : fixed
You can’t perform that action at this time.
0 commit comments