.rubocop.yml in eco-helpers-3.0.1 vs .rubocop.yml in eco-helpers-3.0.2
- old
+ new
@@ -28,9 +28,12 @@
Style/ConditionalAssignment:
Enabled: false
Style/BlockDelimiters:
BracesRequiredMethods: ['log']
AllowedPatterns: ['proc', 'new']
+Style/HashSyntax:
+ EnforcedShorthandSyntax: either
+ EnforcedStyle: no_mixed_keys
Style/ClassAndModuleChildren:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/StringLiterals: