.rubocop.yml in qismo-0.1.8 vs .rubocop.yml in qismo-0.5.0

- old
+ new

@@ -1,8 +1,19 @@ inherit_gem: rubocop-shopify: rubocop.yml -Lint/MissingSuper: - Enabled: false +AllCops: + TargetRubyVersion: 2.6 + Exclude: + - "bin/**/*" + - "examples/*" + +Style/StringLiterals: + Enabled: true + EnforcedStyle: double_quotes + +Style/StringLiteralsInInterpolation: + Enabled: true + EnforcedStyle: double_quotes Layout/LineLength: Max: 120