stree-compat.yml in rubocop-discourse-3.6.1 vs stree-compat.yml in rubocop-discourse-3.7.0

- old
+ new

@@ -1,14 +1,17 @@ require: - rubocop-discourse inherit_from: - ./rubocop-core.yml + - ./rubocop-capybara.yml + - ./rubocop-factory_bot.yml - ./rubocop-rspec.yml AllCops: TargetRubyVersion: 3.2 + SuggestExtensions: false DisabledByDefault: true Exclude: - 'db/schema.rb' - 'bundle/**/*' - 'vendor/**/*' @@ -17,5 +20,10 @@ - 'plugins/**/gems/**/*' - 'plugins/**/vendor/**/*' Discourse: Enabled: true + +Discourse/FabricatorShorthand: + Enabled: true + Include: + - 'spec/**/*_spec.rb'