Skip to content

Commit 467f071

Browse files
Update Rubocop to disclude tests in class length
1 parent 027d4d2 commit 467f071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,6 +2121,8 @@ Metrics/BlockNesting:
21212121
Metrics/ClassLength:
21222122
Description: "Avoid classes longer than 100 lines of code."
21232123
Enabled: true
2124+
Exclude:
2125+
- "test/**/*"
21242126
VersionAdded: "0.25"
21252127
VersionChanged: "0.87"
21262128
CountComments: false # count full line comments?

0 commit comments

Comments
 (0)