We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1fe7d commit 6757832Copy full SHA for 6757832
.rubocop_todo.yml
@@ -34,6 +34,8 @@ Metrics/BlockLength:
34
# Configuration parameters: CountComments, CountAsOne.
35
Metrics/ClassLength:
36
Max: 2006
37
+ Exclude:
38
+ - 'test/sendgrid/test_sendgrid-ruby.rb'
39
40
# Offense count: 41
41
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
0 commit comments