.rubocop.yml in qismo-0.9.0 vs .rubocop.yml in qismo-0.10.0

- old
+ new

@@ -3,17 +3,6 @@ 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 + - "examples/*" \ No newline at end of file