|
@@ -2599,7 +2599,7 @@ sub process {
|
|
# if LONG_LINE is ignored, the other 2 types are also ignored
|
|
# if LONG_LINE is ignored, the other 2 types are also ignored
|
|
#
|
|
#
|
|
|
|
|
|
- if ($length > $max_line_length) {
|
|
|
|
|
|
+ if ($line =~ /^\+/ && $length > $max_line_length) {
|
|
my $msg_type = "LONG_LINE";
|
|
my $msg_type = "LONG_LINE";
|
|
|
|
|
|
# Check the allowed long line types first
|
|
# Check the allowed long line types first
|