Skip to content

Commit

Permalink
replaced deprecated RSpec/FilePath cop with RSpec/FilePathFormat
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Fotso <[email protected]>
  • Loading branch information
vanessuniq committed Aug 26, 2024
1 parent 63ec527 commit eb476c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Style/BlockComments:

Style/Documentation:
Enabled: false

Style/FrozenStringLiteralComment:
Enabled: false

Expand Down Expand Up @@ -81,7 +81,7 @@ RSpec/DescribeClass:
RSpec/ExampleLength:
Enabled: false

RSpec/FilePath:
RSpec/SpecFilePathFormat:
CustomTransform:
OAuthCredentials: oauth_credentials

Expand Down

0 comments on commit eb476c6

Please sign in to comment.