.rubocop.yml in markdown_exec-1.8.7 vs .rubocop.yml in markdown_exec-1.8.8

- old
+ new

@@ -102,5 +102,8 @@ EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes + +Style/UnlessElse: + Enabled: false