File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
gem "rake"
9
9
gem "rspec"
10
- gem "standard"
11
10
gem "simplecov" , require : false
11
+ gem "standard" , require : false
12
+ gem "rubocop" , require : false
13
+ gem "rubocop-disable_syntax" , require : false
14
+ gem "rubocop-performance" , require : false
15
+ gem "rubocop-rake" , require : false
16
+ gem "rubocop-rspec" , require : false
Original file line number Diff line number Diff line change 48
48
rubocop-ast (1.44.0 )
49
49
parser (>= 3.3.7.2 )
50
50
prism (~> 1.4 )
51
+ rubocop-disable_syntax (0.1.1 )
52
+ rubocop (>= 1.50 )
51
53
rubocop-performance (1.25.0 )
52
54
lint_roller (~> 1.1 )
53
55
rubocop (>= 1.75.0 , < 2.0 )
54
56
rubocop-ast (>= 1.38.0 , < 2.0 )
57
+ rubocop-rake (0.7.1 )
58
+ lint_roller (~> 1.1 )
59
+ rubocop (>= 1.72.1 )
60
+ rubocop-rspec (3.5.0 )
61
+ lint_roller (~> 1.1 )
62
+ rubocop (~> 1.72 , >= 1.72.1 )
55
63
ruby-progressbar (1.13.0 )
56
64
simplecov (0.22.0 )
57
65
docile (~> 1.1 )
@@ -82,6 +90,11 @@ DEPENDENCIES
82
90
errbit_plugin !
83
91
rake
84
92
rspec
93
+ rubocop
94
+ rubocop-disable_syntax
95
+ rubocop-performance
96
+ rubocop-rake
97
+ rubocop-rspec
85
98
simplecov
86
99
standard
87
100
You can’t perform that action at this time.
0 commit comments