From eb476c6a820c7fd77018458d2d1d2fb1a7a7dcad Mon Sep 17 00:00:00 2001 From: Vanessa Fotso Date: Mon, 26 Aug 2024 10:17:19 -0400 Subject: [PATCH] replaced deprecated RSpec/FilePath cop with RSpec/FilePathFormat Signed-off-by: Vanessa Fotso --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 7c88f8b36..52715c67b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -32,7 +32,7 @@ Style/BlockComments: Style/Documentation: Enabled: false - + Style/FrozenStringLiteralComment: Enabled: false @@ -81,7 +81,7 @@ RSpec/DescribeClass: RSpec/ExampleLength: Enabled: false -RSpec/FilePath: +RSpec/SpecFilePathFormat: CustomTransform: OAuthCredentials: oauth_credentials