default.yml in talkable-style-1.2021.1005 vs default.yml in talkable-style-1.2021.1101
- old
+ new
@@ -710,10 +710,12 @@
Enabled: true
RSpec/DescribedClassModuleWrapping:
Enabled: true
RSpec/EmptyExampleGroup:
Enabled: true
+ Exclude:
+ - spec/requests/api_v2/**/*
RSpec/EmptyHook:
Enabled: true
RSpec/EmptyLineAfterExample:
Enabled: true
RSpec/EmptyLineAfterExampleGroup:
@@ -735,9 +737,11 @@
RSpec/FactoryBot/FactoryClassName:
Enabled: true
RSpec/FilePath:
Enabled: true
IgnoreMethods: true
+ Exclude:
+ - spec/requests/api_v2/**/*
RSpec/Focus:
Enabled: true
RSpec/HooksBeforeExamples:
Enabled: true
RSpec/IdenticalEqualityAssertion: