mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 10:00:07 +01:00
contrib/checkpatch: fix the systemd code path
This commit is contained in:
parent
1b0ee8756b
commit
ae6668ae85
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ if ($filename !~ /\.[ch]$/) {
|
|||
}
|
||||
|
||||
next if $filename =~ /\/nm-[^\/]+-enum-types\.[ch]$/;
|
||||
next if $filename =~ /\bsrc\/systemd\//
|
||||
next if $filename =~ /\b(shared|src)\/systemd\//
|
||||
and not $filename =~ /\/sd-adapt\//
|
||||
and not $filename =~ /\/nm-/;
|
||||
next if $filename =~ /\/(n-acd|c-list|c-siphash|n-dhcp4)\//;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue