.rubocop.yml in hako-2.9.2 vs .rubocop.yml in hako-2.10.0
- old
+ new
@@ -2,11 +2,11 @@
AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.3
-Layout/FirstParameterIndentation:
+Layout/IndentFirstArgument:
Enabled: false
Naming/PredicateName:
Enabled: false
Naming/UncommunicativeMethodParamName:
@@ -40,9 +40,6 @@
Style/TrailingCommaInArguments:
Enabled: false
Style/TrailingCommaInArrayLiteral:
Enabled: false
Style/TrailingCommaInHashLiteral:
- Enabled: false
-
-Performance/RedundantBlockCall:
Enabled: false