Skip to content

Commit

Permalink
Update rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed Oct 3, 2022
1 parent 9e97aa9 commit 84bbc17
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 @@ -168,6 +168,10 @@ RSpec/MultipleMemoizedHelpers:
RSpec/NestedGroups:
Enabled: false

RSpec/FilePath:
Exclude:
- 'specs/requests/**/*'

Style/BlockDelimiters:
Description: >-
Avoid using {...} for multi-line blocks (multiline chaining is always ugly).
Expand Down

0 comments on commit 84bbc17

Please sign in to comment.