Skip to content

Commit 7d0e99a

Browse files
committed
fix build
1 parent bd366df commit 7d0e99a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.rubocop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Style/Documentation:
268268
Style/DefWithParentheses:
269269
Enabled: false
270270

271-
Style/DeprecatedHashMethods:
271+
Style/PreferredHashMethods:
272272
Enabled: false
273273

274274
Style/DotPosition:
@@ -308,7 +308,7 @@ Style/EmptyLiteral:
308308
Metrics/LineLength:
309309
Enabled: false
310310

311-
Style/MethodCallParentheses:
311+
Style/MethodCallWithoutArgsParentheses:
312312
Enabled: false
313313

314314
Style/MethodDefParentheses:
@@ -416,7 +416,7 @@ Style/NumericLiterals:
416416
Style/OneLineConditional:
417417
Enabled: false
418418

419-
Style/OpMethod:
419+
Naming/BinaryOperatorParameterName:
420420
Enabled: false
421421

422422
Style/ParenthesesAroundCondition:

0 commit comments

Comments
 (0)