]> git.mdlowis.com Git - proto/labwc.git/commitdiff
checkpatch: ignore += UNNECESSARY_ELSE
authorJohan Malm <jgm323@gmail.com>
Thu, 3 Nov 2022 19:44:28 +0000 (19:44 +0000)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 3 Nov 2022 22:01:52 +0000 (23:01 +0100)
scripts/checkpatch.pl

index b6af974f635937c5079a8a1f34720d5ac88168c7..5925f2a81ae9cbe5868d2bb76eb1197d9de0fe16 100755 (executable)
@@ -64,6 +64,7 @@ my @ignore = (
        "PREFER_FALLTHROUGH",
        "ARRAY_SIZE",
        "INITIALISED_STATIC",
+       "UNNECESSARY_ELSE",
 );
 my $help = 0;
 my $configuration_file = ".checkpatch.conf";