Skip to content

Commit

Permalink
DEV: Remove obsolete cop (#34)
Browse files Browse the repository at this point in the history
```
Error: The `RSpec/FilePath` cop has been split into `RSpec/SpecFilePathFormat` and `RSpec/SpecFilePathSuffix`.
(obsolete configuration found in vendor/bundle/ruby/3.0.0/gems/rubocop-discourse-3.3.0/rubocop-rspec.yml, please update it)
```
  • Loading branch information
tgxworld committed Sep 13, 2023
1 parent 2996af3 commit 2bb79a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rubocop-rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ RSpec/ExpectInHook:
RSpec/ExpectOutput:
Enabled: true

RSpec/FilePath:
RSpec/SpecFilePathFormat:
Enabled: false # To be decided

RSpec/SpecFilePathSuffix:
Enabled: false # To be decided

RSpec/Focus:
Expand Down

0 comments on commit 2bb79a7

Please sign in to comment.