.rubocop.yml in eco-helpers-3.0.3 vs .rubocop.yml in eco-helpers-3.0.4

- old
+ new

@@ -31,9 +31,11 @@ BracesRequiredMethods: ['log'] AllowedPatterns: ['proc', 'new'] Style/HashSyntax: EnforcedShorthandSyntax: either EnforcedStyle: no_mixed_keys +Style/ArgumentsForwarding: + UseAnonymousForwarding: false Style/ClassAndModuleChildren: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/StringLiterals: