File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,13 @@ exclude_paths:
4
4
- " **.xml"
5
5
- " **.yaml"
6
6
- " **.yml"
7
- - " locale/"
8
- - " spec/"
9
- - " tools/"
7
+ - locale/
8
+ - spec/
9
+ - tools/
10
10
engines :
11
11
brakeman :
12
- # very slow :sad_panda:
13
12
enabled : false
14
13
bundler-audit :
15
- # requires Gemfile.lock
16
14
enabled : false
17
15
csslint :
18
16
enabled : false
@@ -24,21 +22,20 @@ engines:
24
22
- javascript
25
23
eslint :
26
24
enabled : false
27
- channel : " eslint-3"
25
+ channel : eslint-3
28
26
fixme :
29
- # let's enable later
30
27
enabled : false
31
28
markdownlint :
32
- # let's enable later
33
29
enabled : false
34
30
rubocop :
35
31
enabled : true
36
- config : ' .rubocop_cc.yml'
32
+ config : " .rubocop_cc.yml"
33
+ channel : rubocop-0-69
37
34
prepare :
38
35
fetch :
39
- - url : " https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml"
36
+ - url : https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml
40
37
path : " .rubocop_base.yml"
41
- - url : " https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_cc_base.yml"
38
+ - url : https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_cc_base.yml
42
39
path : " .rubocop_cc_base.yml"
43
40
ratings :
44
41
paths :
You can’t perform that action at this time.
0 commit comments