.rubocop.yml in hako-2.0.4 vs .rubocop.yml in hako-2.1.0
- old
+ new
@@ -7,10 +7,14 @@
Layout/FirstParameterIndentation:
Enabled: false
Naming/PredicateName:
Enabled: false
+Naming/UncommunicativeMethodParamName:
+ Enabled: false
+Naming/MemoizedInstanceVariableName:
+ Enabled: false
Style/Alias:
EnforcedStyle: prefer_alias_method
Style/GuardClause:
Enabled: false
@@ -33,10 +37,12 @@
Enabled: false
Style/StderrPuts:
Enabled: false
Style/TrailingCommaInArguments:
Enabled: false
-Style/TrailingCommaInLiteral:
+Style/TrailingCommaInArrayLiteral:
+ Enabled: false
+Style/TrailingCommaInHashLiteral:
Enabled: false
Performance/RedundantBlockCall:
Enabled: false