.rubocop.yml in belated-0.5.5 vs .rubocop.yml in belated-0.5.6

- old
+ new

@@ -1,8 +1,13 @@ -require: rubocop-performance AllCops: TargetRubyVersion: 2.7 NewCops: enable + Exclude: + - 'dummy/**/*' + - 'vendor/**/*' + +Lint/HashCompareByIdentity: + Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes \ No newline at end of file