From 75359a483b9977c76b6cefce4c4a6fffeabd98fb Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Tue, 11 Jun 2024 08:31:29 -0700 Subject: [PATCH] rubocop: remove obsolete config Signed-off-by: Patrick Linnane --- Library/.rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 0c810a3466..ff190acf8a 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -244,8 +244,8 @@ RSpec/MultipleMemoizedHelpers: RSpec/DescribedClassModuleWrapping: Enabled: true -RSpec/FilePath: - SpecSuffixOnly: true +RSpec/SpecFilePathSuffix: + Enabled: true # Annoying to have these autoremoved. RSpec/Focus: AutoCorrect: false