# # 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