mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
checkpatch.pl: allow xmlFree in CamelCase format
...to avoid 'Avoid CamelCase' warning.
This commit is contained in:
parent
0958e88c75
commit
2bbeea0fc2
1 changed files with 1 additions and 0 deletions
1
scripts/checkpatch.pl
vendored
1
scripts/checkpatch.pl
vendored
|
|
@ -5640,6 +5640,7 @@ sub process {
|
|||
$var !~ /^(?:xmlReadFile|xmlDocGetRootElement)/ &&
|
||||
$var !~ /^(?:xmlFreeDoc|xmlCleanupParser)/ &&
|
||||
$var !~ /^(?:xmlParseMemory)/ &&
|
||||
$var !~ /^(?:xmlFree)/ &&
|
||||
$var !~ /^(?:GString|GError)/ &&
|
||||
$var !~ /^(?:XKB_KEY_XF86Switch_VT_1)/ &&
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue