rubocop-rspec.yml in rubocop-discourse-3.3.0 vs rubocop-rspec.yml in rubocop-discourse-3.4.0
- old
+ new
@@ -94,13 +94,16 @@
Enabled: false # To be decided
RSpec/ExpectOutput:
Enabled: true
-RSpec/FilePath:
+RSpec/SpecFilePathFormat:
Enabled: false # To be decided
+RSpec/SpecFilePathSuffix:
+ Enabled: false # To be decided
+
RSpec/Focus:
Enabled: true
RSpec/HookArgument:
Enabled: false # TODO
@@ -217,16 +220,16 @@
Enabled: true
RSpec/Capybara/FeatureMethods:
Enabled: true
-RSpec/FactoryBot/AttributeDefinedStatically:
+FactoryBot/AttributeDefinedStatically:
Enabled: true
-RSpec/FactoryBot/CreateList:
+FactoryBot/CreateList:
Enabled: true
-RSpec/FactoryBot/FactoryClassName:
+FactoryBot/FactoryClassName:
Enabled: true
RSpec/Rails/HttpStatus:
Enabled: true