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 @@ -208,9 +208,6 @@ Style/Alias:
208
208
Style/BlockDelimiters :
209
209
Enabled : false
210
210
211
- Style/BracesAroundHashParameters :
212
- Enabled : false
213
-
214
211
# "Avoid the use of the case equality operator ==="
215
212
# We prefer using `Class#===` over `Object#is_a?` because `Class#===`
216
213
# is less likely to be monkey patched than `is_a?` on a user object.
@@ -267,6 +264,15 @@ Style/GlobalVars:
267
264
Style/GuardClause :
268
265
Enabled : false
269
266
267
+ Style/HashEachMethods :
268
+ Enabled : true
269
+
270
+ Style/HashTransformKeys :
271
+ Enabled : true
272
+
273
+ Style/HashTransformValues :
274
+ Enabled : true
275
+
270
276
Style/IdenticalConditionalBranches :
271
277
Enabled : false
272
278
Original file line number Diff line number Diff line change 56
56
57
57
gem "rubyzip" , '~> 1.2'
58
58
59
- gem 'rubocop' , '~> 0.79.0 '
59
+ gem 'rubocop' , '~> 0.80.1 '
60
60
61
61
custom_gemfile = File . expand_path ( 'Gemfile-custom' , __dir__ )
62
62
eval_gemfile custom_gemfile if File . exist? ( custom_gemfile )
You can’t perform that action at this time.
0 commit comments