.rubocop-rspec.yml in rubocopital-1.0.1 vs .rubocop-rspec.yml in rubocopital-1.0.2

- old
+ new

@@ -1,24 +1,24 @@ require: rubocop-rspec -Capybara/CurrentPathExpectation: +RSpec/Capybara/CurrentPathExpectation: Enabled: true -Capybara/FeatureMethods: +RSpec/Capybara/FeatureMethods: Enabled: true -FactoryBot/AttributeDefinedStatically: +RSpec/FactoryBot/AttributeDefinedStatically: Enabled: true -FactoryBot/CreateList: +RSpec/FactoryBot/CreateList: Enabled: true EnforcedStyle: create_list -FactoryBot/FactoryClassName: +RSpec/FactoryBot/FactoryClassName: Enabled: true -Rails/HttpStatus: +RSpec/Rails/HttpStatus: Enabled: true EnforcedStyle: symbolic RSpec/AlignLeftLetBrace: Enabled: false @@ -136,13 +136,10 @@ RSpec/InstanceVariable: AssignmentOnly: true Enabled: true -RSpec/InvalidPredicateMatcher: - Enabled: true - RSpec/ItBehavesLike: Enabled: true EnforcedStyle: it_behaves_like RSpec/IteratedExpectation: @@ -262,17 +259,5 @@ RSpec/RepeatedExampleGroupBody: Enabled: true RSpec/EmptyHook: Enabled: true - -# TODO Cops -Rails/AfterCommitOverride: # (new in 2.8) - Enabled: false -Rails/AttributeDefaultBlockValue: # (new in 2.9) - Enabled: false -Rails/SquishedSQLHeredocs: # (new in 2.8) - Enabled: false -Rails/WhereEquals: # (new in 2.9) - Enabled: false -Rails/WhereNot: # (new in 2.8) - Enabled: false \ No newline at end of file