Skip to content

Commit

Permalink
Cleanup Rubocop constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Apr 24, 2024
1 parent e89a0c1 commit cc88cf4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,13 @@ RSpec/MultipleMemoizedHelpers:
RSpec/NestedGroups:
Max: 7

RSpec/FilePath:
Exclude:
- spec/lib/active_outbox/outboxable/*

RSpec/SpecFilePathFormat:
Exclude:
- spec/lib/active_outbox/outboxable/*

Style/Documentation:
Enabled: false

0 comments on commit cc88cf4

Please sign in to comment.