.rubocop.yml in shatter-rb-0.0.2 vs .rubocop.yml in shatter-rb-0.1.0

- old
+ new

@@ -2,9 +2,13 @@ - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 3.1 + Exclude: + - vendor/bundle/**/* + - exe/**/* + - Guardfile Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes