Skip to content

Commit 6757832

Browse files
Exclude test/sendgrid/test_sendgrid-ruby.rb from Metrics/ClassLength rule in config of rubocop
1 parent 3a1fe7d commit 6757832

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop_todo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Metrics/BlockLength:
3434
# Configuration parameters: CountComments, CountAsOne.
3535
Metrics/ClassLength:
3636
Max: 2006
37+
Exclude:
38+
- 'test/sendgrid/test_sendgrid-ruby.rb'
3739

3840
# Offense count: 41
3941
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.

0 commit comments

Comments
 (0)