config/rspec.yml in talkable-style-1.2022.1220 vs config/rspec.yml in talkable-style-1.2023.0315

- old
+ new

@@ -19,28 +19,18 @@ Enabled: true RSpec/BeNil: Enabled: true RSpec/BeforeAfterAll: Enabled: true -RSpec/Capybara/CurrentPathExpectation: - Enabled: true RSpec/Capybara/FeatureMethods: Enabled: true -RSpec/Capybara/NegationMatcher: - Enabled: true -RSpec/Capybara/SpecificActions: - Enabled: true -RSpec/Capybara/SpecificFinders: - Enabled: true -RSpec/Capybara/SpecificMatcher: - Enabled: true -RSpec/Capybara/VisibilityMatcher: - Enabled: true RSpec/ChangeByZero: Enabled: true RSpec/ClassCheck: Enabled: true +RSpec/ContainExactly: + Enabled: true RSpec/ContextMethod: Enabled: true RSpec/DescribeClass: Enabled: true Exclude: @@ -52,10 +42,12 @@ Enabled: true RSpec/DescribedClass: Enabled: true RSpec/DescribedClassModuleWrapping: Enabled: true +RSpec/DuplicatedMetadata: + Enabled: true RSpec/EmptyExampleGroup: Enabled: true Exclude: - spec/requests/api_v2/**/* RSpec/EmptyHook: @@ -80,10 +72,12 @@ Enabled: true RSpec/FactoryBot/CreateList: Enabled: true RSpec/FactoryBot/FactoryClassName: Enabled: true +RSpec/FactoryBot/FactoryNameStyle: + Enabled: true RSpec/FactoryBot/SyntaxMethods: Enabled: true RSpec/FilePath: Enabled: true IgnoreMethods: true @@ -110,10 +104,12 @@ Enabled: true RSpec/LetBeforeExamples: Enabled: true RSpec/LetSetup: Enabled: true +RSpec/MatchArray: + Enabled: true RSpec/MultipleDescribes: Enabled: true RSpec/MultipleSubjects: Enabled: true RSpec/NoExpectationExample: @@ -126,14 +122,20 @@ Enabled: true RSpec/Rails/HttpStatus: Enabled: true RSpec/Rails/InferredSpecType: Enabled: true +RSpec/Rails/MinitestAssertions: + Enabled: true +RSpec/Rails/TravelAround: + Enabled: true RSpec/ReceiveCounts: Enabled: true RSpec/ReceiveNever: Enabled: true +RSpec/RedundantAround: + Enabled: true RSpec/RepeatedDescription: Enabled: true RSpec/RepeatedExample: Enabled: true RSpec/RepeatedExampleGroupBody: @@ -147,9 +149,11 @@ RSpec/SharedContext: Enabled: true RSpec/SharedExamples: Enabled: true RSpec/SingleArgumentMessageChain: + Enabled: true +RSpec/SkipBlockInsideExample: Enabled: true RSpec/SortMetadata: Enabled: true RSpec/StubbedMock: Enabled: true