checkpatch: ignore += UNNECESSARY_ELSE

This commit is contained in:
Johan Malm 2022-11-03 19:44:28 +00:00 committed by Consolatis
parent 4305f54e37
commit 6a242d5739

View file

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