stree-compat.yml in rubocop-discourse-3.1.0 vs stree-compat.yml in rubocop-discourse-3.2.0

- old
+ new

@@ -4,18 +4,18 @@ inherit_from: - ./rubocop-core.yml - ./rubocop-rspec.yml AllCops: - TargetRubyVersion: 2.6 + TargetRubyVersion: 3.2 DisabledByDefault: true Exclude: - - "db/schema.rb" - - "bundle/**/*" - - "vendor/**/*" - - "**/node_modules/**/*" - - "public/**/*" - - "plugins/**/gems/**/*" - - "plugins/**/vendor/**/*" + - 'db/schema.rb' + - 'bundle/**/*' + - 'vendor/**/*' + - '**/node_modules/**/*' + - 'public/**/*' + - 'plugins/**/gems/**/*' + - 'plugins/**/vendor/**/*' Discourse: Enabled: true