Commit 86d1f6c1 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

spelling errors are meant to be -1 only


the priority argument is not the gerrit score, not even inverted ...

Change-Id: Iec9081449bc9113715b68d2f7268939f6b568fef
Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@digia.com>
parent 915141ba
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -120,7 +120,7 @@ sub complain_spelling ...@@ -120,7 +120,7 @@ sub complain_spelling
foreach my $line (@lines) { foreach my $line (@lines) {
foreach my $error (@{$errors->{$line}}) { foreach my $error (@{$errors->{$line}}) {
&complain("$line: possible spelling error: $error", "spell", 1); &complain("$line: possible spelling error: $error", "spell");
} }
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment