mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -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",
|
||||
"ARRAY_SIZE",
|
||||
"INITIALISED_STATIC",
|
||||
"UNNECESSARY_ELSE",
|
||||
);
|
||||
my $help = 0;
|
||||
my $configuration_file = ".checkpatch.conf";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue