Sha256: 9336824f47e29970c6199e5807889a8e956bda7a159678af8931734164e30e13

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-rspec-2.24.0 config/obsoletion.yml