From 44d64dca67139bbd453e1ebc90584d24219d5f03 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Fri, 8 Sep 2023 21:01:43 +0200 Subject: [PATCH] Update configuration due to RSpec/FilePath cop split See https://github.com/rubocop/rubocop-rspec/pull/1698. --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 4c0b270b2..a9f53c88c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -81,7 +81,7 @@ RSpec/ExampleLength: Enabled: false # rubocop-rspec expects a CodeClimate namespace to go with the code_climate directory. -RSpec/FilePath: +RSpec/SpecFilePathFormat: Exclude: - 'spec/reek/report/code_climate/code_climate_configuration_spec.rb' - 'spec/reek/report/code_climate/code_climate_fingerprint_spec.rb'