Sha256: 1307c2eff90f66e3abb8b59144a5696563af4d712a11dcae009501ab41a9adb9

Contents?: true

Size: 1.86 KB

Versions: 5

Compression:

Stored size: 1.86 KB

Contents

#
# Configuration of obsolete/deprecated cops used by `ConfigObsoletion`.
#
# See: https://docs.rubocop.org/rubocop/extensions.html#config-obsoletions
#

# Cop parameters that have been changed
# Can be treated as a warning instead of a failure with `severity: warning`
changed_parameters:
  - cops:
      - RSpec/VariableName
    parameters: IgnoredPatterns
    alternative: AllowedPatterns
    severity: warning

renamed:
  RSpec/Capybara/CurrentPathExpectation: Capybara/CurrentPathExpectation
  RSpec/Capybara/MatchStyle: Capybara/MatchStyle
  RSpec/Capybara/NegationMatcher: Capybara/NegationMatcher
  RSpec/Capybara/SpecificActions: Capybara/SpecificActions
  RSpec/Capybara/SpecificFinders: Capybara/SpecificFinders
  RSpec/Capybara/SpecificMatcher: Capybara/SpecificMatcher
  RSpec/Capybara/VisibilityMatcher: Capybara/VisibilityMatcher
  RSpec/FactoryBot/AttributeDefinedStatically: FactoryBot/AttributeDefinedStatically
  RSpec/FactoryBot/ConsistentParenthesesStyle: FactoryBot/ConsistentParenthesesStyle
  RSpec/FactoryBot/CreateList: FactoryBot/CreateList
  RSpec/FactoryBot/FactoryClassName: FactoryBot/FactoryClassName
  RSpec/FactoryBot/FactoryNameStyle: FactoryBot/FactoryNameStyle
  RSpec/FactoryBot/SyntaxMethods: FactoryBot/SyntaxMethods
  RSpec/Rails/AvoidSetupHook: RSpecRails/AvoidSetupHook
  RSpec/Rails/HaveHttpStatus: RSpecRails/HaveHttpStatus
  RSpec/Rails/HttpStatus: RSpecRails/HttpStatus
  RSpec/Rails/InferredSpecType: RSpecRails/InferredSpecType
  RSpec/Rails/MinitestAssertions: RSpecRails/MinitestAssertions
  RSpec/Rails/NegationBeValid: RSpecRails/NegationBeValid
  RSpec/Rails/TravelAround: RSpecRails/TravelAround

split:
  RSpec/FilePath:
    alternatives:
      - RSpec/SpecFilePathFormat
      - RSpec/SpecFilePathSuffix

removed:
  RSpec/Capybara/FeatureMethods:
    reason: >
      this cop has migrated to `RSpec/Dialect`. Please use `RSpec/Dialect` instead

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/rubocop-rspec-3.0.1/config/obsoletion.yml
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/config/obsoletion.yml
rubocop-rspec-3.0.1 config/obsoletion.yml
rubocop-rspec-3.0.0 config/obsoletion.yml
rubocop-rspec-3.0.0.pre config/obsoletion.yml