Skip to content

Commit

Permalink
chore: disable RSpec/SpecFilePathFormat cop
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Oct 1, 2023
1 parent c375ed6 commit acccffa
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 @@ -20,5 +20,9 @@ RSpec/ExampleLength:
Max: 16

RSpec/FilePath:
Enabled: false

RSpec/SpecFilePathFormat:
Exclude:
- 'spec/dartsclone_spec.rb'

0 comments on commit acccffa

Please sign in to comment.