Skip to content

Commit 9fd01ca

Browse files
committed
Disable Style/OneClassPerFile cop
1 parent 2c2bbe0 commit 9fd01ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@ Style/RedundantArrayConstructor:
7373
Style/RegexpLiteral:
7474
Enabled: false
7575

76+
Style/OneClassPerFile:
77+
Enabled: false
78+
7679
Style/SlicingWithRange:
7780
Enabled: false

0 commit comments

Comments
 (0)