mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
checkpatch: ignore += UNNECESSARY_ELSE
This commit is contained in:
parent
4305f54e37
commit
6a242d5739
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ my @ignore = (
|
||||||
"PREFER_FALLTHROUGH",
|
"PREFER_FALLTHROUGH",
|
||||||
"ARRAY_SIZE",
|
"ARRAY_SIZE",
|
||||||
"INITIALISED_STATIC",
|
"INITIALISED_STATIC",
|
||||||
|
"UNNECESSARY_ELSE",
|
||||||
);
|
);
|
||||||
my $help = 0;
|
my $help = 0;
|
||||||
my $configuration_file = ".checkpatch.conf";
|
my $configuration_file = ".checkpatch.conf";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue