.rubocop.yml in myfinance-1.3.1 vs .rubocop.yml in myfinance-1.4.0

- old
+ new

@@ -41,5 +41,14 @@ EnforcedStyle: space Style/StringLiterals: StyleGuide: "https://github.com/bbatsov/ruby-style-guide#consistent-string-literals" EnforcedStyle: double_quotes +Style/PercentLiteralDelimiters: + StyleGuide: "https://github.com/bbatsov/ruby-style-guide#percent-literal-braces" + PreferredDelimiters: + default: () + '%i': '[]' + '%I': '[]' + '%r': '{}' + '%w': '[]' + '%W': '[]'