.rubocop.yml in br_invoices_pdf-0.2.9 vs .rubocop.yml in br_invoices_pdf-0.2.10

- old
+ new

@@ -29,6 +29,10 @@ Exclude: - 'spec/**/*.rb' Style/PercentLiteralDelimiters: PreferredDelimiters: - '%i': '()' + '%i': '()' + +# TODO: Check when this bug is solved: https://github.com/bbatsov/rubocop/issues/5223 +Style/FormatStringToken: + Enabled: false