]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: fix syntax-check sc_prohibit_int_ijk exclude rule
authorPavel Hrdina <phrdina@redhat.com>
Mon, 23 May 2016 23:00:07 +0000 (01:00 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 24 May 2016 11:36:11 +0000 (13:36 +0200)
commita94efa50e253cb59a2925dca2705bce801f46fb1
treebc8cce72d2563a90cae661fdc31a8ce20511421e
parent9db7308502ffc98a09deee4468e02df3a0b76ec7
maint: fix syntax-check sc_prohibit_int_ijk exclude rule

Fix the regex for excluding files for this syntax-rule.  The rule "include/"
will not work, because we are matching the whole line like this
"^(...|include/|...)$ so we need to use "include/libvirt/libvirt.+".  The second
issue is that we are using only one '$' but there should be two of those at the
end.  The last small adjustment is to escape dots '.' so it match only dot.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
cfg.mk