diff --git a/.rubocop.yml b/.rubocop.yml index d0577de1..3e374020 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -20,11 +20,3 @@ Style/ClassAndModuleChildren: Layout/LineLength: Max: 200 - -#################################################### -# 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