Skip to content

Commit 79e9904

Browse files
committed
Fix rubocop
1 parent 8a16e52 commit 79e9904

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ RSpec/NestedGroups:
4545
RSpec/RemoveConst:
4646
Enabled: false
4747

48+
RSpec/FilePath:
49+
Exclude:
50+
- spec/lib/rails_outbox/outboxable/*
51+
4852
RSpec/SpecFilePathFormat:
4953
Exclude:
5054
- spec/lib/rails_outbox/outboxable/*

0 commit comments

Comments
 (0)