diff --git a/rubocop_baseline.yml b/rubocop_baseline.yml index 4cf2aa0f..f0f79135 100644 --- a/rubocop_baseline.yml +++ b/rubocop_baseline.yml @@ -81,3 +81,10 @@ Style/Documentation: - spec/**/* Style/WordArray: EnforcedStyle: brackets +#################################################### +# Cops below here due for deprecation +#################################################### +# ``Rspec/FilePath`` is going to be deprecated in the next major release of rubocop >=3.0.0: see +# As the new cops are already present, e.g., Rspec/SpecFilePathPathFormat, then disabling this in preparation +RSpec/FilePath: + Enabled: false