File tree 3 files changed +22
-13
lines changed
3 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 1
1
require :
2
2
- rubocop-performance
3
3
4
- inherit_from :
5
- - https:// shopify.github.io/ruby-style-guide/ rubocop-cli .yml
4
+ inherit_gem :
5
+ rubocop- shopify: rubocop.yml
6
6
7
7
AllCops :
8
8
Exclude :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ ruby '2.7.2'
9
9
group :development , :test do
10
10
gem 'rubocop'
11
11
gem 'rubocop-performance'
12
+ gem "rubocop-shopify" , require : false
12
13
gem 'rake'
13
14
end
14
15
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
ansi (1.5.0 )
5
- ast (2.4.0 )
5
+ ast (2.4.2 )
6
6
builder (3.2.3 )
7
- jaro_winkler (1.5.4 )
8
7
metaclass (0.0.4 )
9
8
minitest (5.13.0 )
10
9
minitest-reporters (1.4.2 )
14
13
ruby-progressbar
15
14
mocha (1.9.0 )
16
15
metaclass (~> 0.0.1 )
17
- parallel (1.18.0 )
18
- parser (2.6.5 .0 )
19
- ast (~> 2.4.0 )
16
+ parallel (1.20.1 )
17
+ parser (3.0.0 .0 )
18
+ ast (~> 2.4.1 )
20
19
rainbow (3.0.0 )
21
20
rake (13.0.0 )
22
- rubocop (0.76.0 )
23
- jaro_winkler (~> 1.5.1 )
21
+ regexp_parser (2.1.1 )
22
+ rexml (3.2.4 )
23
+ rubocop (1.11.0 )
24
24
parallel (~> 1.10 )
25
- parser (>= 2.6 )
25
+ parser (>= 3.0.0.0 )
26
26
rainbow (>= 2.2.2 , < 4.0 )
27
+ regexp_parser (>= 1.8 , < 3.0 )
28
+ rexml
29
+ rubocop-ast (>= 1.2.0 , < 2.0 )
27
30
ruby-progressbar (~> 1.7 )
28
- unicode-display_width (>= 1.4.0 , < 1.7 )
31
+ unicode-display_width (>= 1.4.0 , < 3.0 )
32
+ rubocop-ast (1.4.1 )
33
+ parser (>= 2.7.1.5 )
29
34
rubocop-performance (1.5.0 )
30
35
rubocop (>= 0.71.0 )
31
- ruby-progressbar (1.10.1 )
32
- unicode-display_width (1.6.0 )
36
+ rubocop-shopify (2.0.1 )
37
+ rubocop (~> 1.11 )
38
+ ruby-progressbar (1.11.0 )
39
+ unicode-display_width (2.0.0 )
33
40
34
41
PLATFORMS
35
42
ruby
@@ -41,6 +48,7 @@ DEPENDENCIES
41
48
rake
42
49
rubocop
43
50
rubocop-performance
51
+ rubocop-shopify
44
52
45
53
RUBY VERSION
46
54
ruby 2.7.2p137
You can’t perform that action at this time.
0 commit comments