.rubocop.yml in dccscr-0.2.3 vs .rubocop.yml in dccscr-0.2.4

- old
+ new

@@ -24,9 +24,12 @@ Enabled: false Style/SpecialGlobalVars: Enabled: false +Style/SignalException: + Enabled: false + Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: