Skip to content

Commit c9c15b4

Browse files
committed
fix build
1 parent bd366df commit c9c15b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 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:

0 commit comments

Comments
 (0)