Skip to content

Commit

Permalink
Disable RSpec/FilePath explicitly
Browse files Browse the repository at this point in the history
This cop was re-enabled in rubocop-rspec, but the configuration for this
project was already moved to RSpec/SpecFilePathFormat, so use that one
instead.
  • Loading branch information
mvz committed Oct 7, 2023
1 parent 3bf4278 commit 99070ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Naming/PredicateName:
- 'has_many'
- 'has_xml_content'

# Disabled because RSpec/SpecFilePathFormat is automatically enabled as a new cop
RSpec/FilePath:
Enabled: false

RSpec/SpecFilePathFormat:
CustomTransform:
HappyMapper: 'happymapper'
Expand Down

0 comments on commit 99070ce

Please sign in to comment.