Skip to content

Commit 45869a5

Browse files
committed
Disable Metrics/ClassLength if test class
1 parent 0b83f93 commit 45869a5

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
@@ -39,6 +39,10 @@ Metrics/BlockLength:
3939
- "*.gemspec"
4040
- "**/*_spec.rb"
4141

42+
Metrics/ClassLength:
43+
Exclude:
44+
- "**/*_test.rb"
45+
4246
Style/Documentation:
4347
Exclude:
4448
- "**/*_test.rb"

0 commit comments

Comments
 (0)