Sha256: b6cafaba754301c8b57c19db8aeaa7ae934a9cdd09f8ca1ab1c6fe78c44c253e

Contents?: true

Size: 845 Bytes

Versions: 5

Compression:

Stored size: 845 Bytes

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubocop-rspec-2.21.0 config/obsoletion.yml
rubocop-rspec-2.20.0 config/obsoletion.yml
rubocop-rspec-2.19.0 config/obsoletion.yml
rubocop-rspec-2.18.1 config/obsoletion.yml
rubocop-rspec-2.18.0 config/obsoletion.yml