.rubocop.yml in html2rss-0.8.0 vs .rubocop.yml in html2rss-0.8.1

- old
+ new

@@ -37,9 +37,12 @@ Enabled: true Style/HashSyntax: Enabled: true +Style/FormatStringToken: + Enabled: false + Layout/SpaceInsideParens: Enabled: true Performance/CaseWhenSplat: Enabled: true