Skip to content

Commit 684e2a3

Browse files
babrovkapirj
authored andcommitted
Bundle with Rubocop 0.80.1
1 parent 7258415 commit 684e2a3

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.rubocop.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@ Style/Alias:
208208
Style/BlockDelimiters:
209209
Enabled: false
210210

211-
Style/BracesAroundHashParameters:
212-
Enabled: false
213-
214211
# "Avoid the use of the case equality operator ==="
215212
# We prefer using `Class#===` over `Object#is_a?` because `Class#===`
216213
# is less likely to be monkey patched than `is_a?` on a user object.
@@ -267,6 +264,15 @@ Style/GlobalVars:
267264
Style/GuardClause:
268265
Enabled: false
269266

267+
Style/HashEachMethods:
268+
Enabled: true
269+
270+
Style/HashTransformKeys:
271+
Enabled: true
272+
273+
Style/HashTransformValues:
274+
Enabled: true
275+
270276
Style/IdenticalConditionalBranches:
271277
Enabled: false
272278

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ end
5656

5757
gem "rubyzip", '~> 1.2'
5858

59-
gem 'rubocop', '~> 0.79.0'
59+
gem 'rubocop', '~> 0.80.1'
6060

6161
custom_gemfile = File.expand_path('Gemfile-custom', __dir__)
6262
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)

0 commit comments

Comments
 (0)