We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd366df commit 7d0e99aCopy full SHA for 7d0e99a
.rubocop.yml
@@ -268,7 +268,7 @@ Style/Documentation:
268
Style/DefWithParentheses:
269
Enabled: false
270
271
-Style/DeprecatedHashMethods:
+Style/PreferredHashMethods:
272
273
274
Style/DotPosition:
@@ -308,7 +308,7 @@ Style/EmptyLiteral:
308
Metrics/LineLength:
309
310
311
-Style/MethodCallParentheses:
+Style/MethodCallWithoutArgsParentheses:
312
313
314
Style/MethodDefParentheses:
@@ -416,7 +416,7 @@ Style/NumericLiterals:
416
Style/OneLineConditional:
417
418
419
-Style/OpMethod:
+Naming/BinaryOperatorParameterName:
420
421
422
Style/ParenthesesAroundCondition:
0 commit comments