Skip to content

Commit

Permalink
Merge pull request #228 from mvz/update-rubocop-config
Browse files Browse the repository at this point in the history
Disable RSpec/FilePath explicitly
  • Loading branch information
mvz authored Oct 8, 2023
2 parents 3bf4278 + 99070ce commit 6e9ec70
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 6e9ec70

Please sign in to comment.