File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,6 @@ Style/Alias:
197
197
Style/BlockDelimiters :
198
198
Enabled : false
199
199
200
- Style/BracesAroundHashParameters :
201
- Enabled : false
202
-
203
200
# "Avoid the use of the case equality operator ==="
204
201
# We prefer using `Class#===` over `Object#is_a?` because `Class#===`
205
202
# is less likely to be monkey patched than `is_a?` on a user object.
@@ -256,6 +253,15 @@ Style/GlobalVars:
256
253
Style/GuardClause :
257
254
Enabled : false
258
255
256
+ Style/HashEachMethods :
257
+ Enabled : true
258
+
259
+ Style/HashTransformKeys :
260
+ Enabled : true
261
+
262
+ Style/HashTransformValues :
263
+ Enabled : true
264
+
259
265
Style/IdenticalConditionalBranches :
260
266
Enabled : false
261
267
Original file line number Diff line number Diff line change 57
57
58
58
gem "rubyzip" , '~> 1.2'
59
59
60
- gem 'rubocop' , '~> 0.79.0 '
60
+ gem 'rubocop' , '~> 0.80.1 '
61
61
62
62
custom_gemfile = File . expand_path ( 'Gemfile-custom' , __dir__ )
63
63
eval_gemfile custom_gemfile if File . exist? ( custom_gemfile )
You can’t perform that action at this time.
0 commit comments