Sha256: 20778b80ecfb50ac891fac1ddfb95288489d0a326f23e85a2c797b6599b56fff

Contents?: true

Size: 792 Bytes

Versions: 8

Compression:

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

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

extracted:
  RSpec/Rails/*: rubocop-rspec_rails
  RSpec/FactoryBot/*: rubocop-factory_bot
  RSpec/Capybara/*: rubocop-capybara

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/rubocop-rspec-3.0.3/config/obsoletion.yml
rubocop-rspec-3.3.0 config/obsoletion.yml
rubocop-rspec-3.2.0 config/obsoletion.yml
rubocop-rspec-3.1.0 config/obsoletion.yml
rubocop-rspec-3.0.5 config/obsoletion.yml
rubocop-rspec-3.0.4 config/obsoletion.yml
rubocop-rspec-3.0.3 config/obsoletion.yml
rubocop-rspec-3.0.2 config/obsoletion.yml