.rubocop.yml in hako-1.8.2 vs .rubocop.yml in hako-1.8.3
- old
+ new
@@ -5,46 +5,36 @@
TargetRubyVersion: 2.3
Layout/FirstParameterIndentation:
Enabled: false
+Naming/PredicateName:
+ Enabled: false
+
Style/Alias:
EnforcedStyle: prefer_alias_method
-
Style/GuardClause:
Enabled: false
-
Style/HashSyntax:
Exclude:
- 'Rakefile'
-
Style/IfUnlessModifier:
Enabled: false
-
Style/Next:
Enabled: false
-
Style/NumericLiterals:
Enabled: false
-
Style/PercentLiteralDelimiters:
PreferredDelimiters:
'%w': '[]'
'%i': '[]'
-
Style/RaiseArgs:
EnforcedStyle: compact
-
Style/SignalException:
Enabled: false
-
Style/TrailingCommaInArguments:
Enabled: false
-
Style/TrailingCommaInLiteral:
- Enabled: false
-
-Style/PredicateName:
Enabled: false
Performance/RedundantBlockCall:
Enabled: false