Skip to content

Commit 3586fec

Browse files
author
KJ Tsanaktsidis
committed
Exclude tests from Metrics/ModuleLength
We have lots of tests! That's a good thing!
1 parent 6ab6402 commit 3586fec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Metrics/ClassLength:
1919

2020
Metrics/ModuleLength:
2121
Max: 500
22+
Exclude:
23+
- 'test/**/*'
2224

2325
Metrics/MethodLength:
2426
Max: 50

0 commit comments

Comments
 (0)