.rubocop.yml in eddy-0.8.4 vs .rubocop.yml in eddy-0.9.0

- old
+ new

@@ -81,10 +81,14 @@ Enabled: false Style/FormatString: EnforcedStyle: sprintf +Style/FormatStringToken: + # EnforcedStyle: template + Enabled: false + # ============================================================================== # Numbers # ============================================================================== Style/ZeroLengthPredicate: @@ -103,13 +107,9 @@ Style/DefWithParentheses: Enabled: false Style/MethodCallWithoutArgsParentheses: - Enabled: false - -# Only use braces if the function expects a hash argument. [different in Ruby 2.7+](https://blog.saeloun.com/2019/10/07/ruby-2-7-keyword-arguments-redesign.html) -Style/BracesAroundHashParameters: Enabled: false Style/WordArray: EnforcedStyle: brackets