Skip to content

Commit

Permalink
chore: migrate to RSpec/SpecFilePathFormat from RSpec/FilePath
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Oct 9, 2023
1 parent 5c93384 commit 0dc069b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ RSpec/ExampleLength:
Max: 16

RSpec/FilePath:
Exclude:
- 'spec/driver1_spec.rb'
- 'spec/driver2_spec.rb'
- 'spec/driver3_spec.rb'
Enabled: false

RSpec/MultipleMemoizedHelpers:
Max: 16
Expand All @@ -67,5 +64,11 @@ RSpec/NamedSubject:
RSpec/NestedGroups:
Max: 5

RSpec/SpecFilePathFormat:
Exclude:
- 'spec/driver1_spec.rb'
- 'spec/driver2_spec.rb'
- 'spec/driver3_spec.rb'

Style/YodaExpression:
Enabled: false

0 comments on commit 0dc069b

Please sign in to comment.