Skip to content

Commit 096a785

Browse files
committed
Fix Rubocop offense
1 parent e98de4d commit 096a785

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
@@ -27,6 +27,10 @@ Style/ArgumentsForwarding:
2727
Style/HashSyntax:
2828
EnforcedShorthandSyntax: never
2929

30+
Style/OneClassPerFile:
31+
Exclude:
32+
- spec/support/models.rb
33+
3034
##########
3135
# LAYOUT #
3236
##########

0 commit comments

Comments
 (0)