mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
[#3210] properly match header names with regex
This commit is contained in:
parent
eb29546cd7
commit
cdb05c5435
@ -53,13 +53,13 @@ IncludeCategories:
|
|||||||
- Regex: '^<(asiodns|asiolink|cc|config|config_backend|cryptolink|database|dhcp|dhcpsrv|dhcp_ddns|dns|eval|exceptions|hooks|http|log|mysql|pgsql|process|stats|testutils|util|yang|admin|agent|d2|dhcp4|dhcp6|keactrl|lfc|netconf|perfdhcp|shell|limits)/'
|
- Regex: '^<(asiodns|asiolink|cc|config|config_backend|cryptolink|database|dhcp|dhcpsrv|dhcp_ddns|dns|eval|exceptions|hooks|http|log|mysql|pgsql|process|stats|testutils|util|yang|admin|agent|d2|dhcp4|dhcp6|keactrl|lfc|netconf|perfdhcp|shell|limits)/'
|
||||||
Priority: 1
|
Priority: 1
|
||||||
# C++ standard library headers
|
# C++ standard library headers
|
||||||
- Regex: '^<[[:alnum:]]>$'
|
- Regex: '^<[_[:alnum:]]+>$'
|
||||||
Priority: 2
|
Priority: 2
|
||||||
# boost headers
|
# boost headers
|
||||||
- Regex: '^<boost/'
|
- Regex: '^<boost/'
|
||||||
Priority: 3
|
Priority: 3
|
||||||
# C headers
|
# C headers
|
||||||
- Regex: '^<[[:alnum:]].h>$'
|
- Regex: '^<[/_[:alnum:]]+\.h>$'
|
||||||
Priority: 4
|
Priority: 4
|
||||||
# everything else
|
# everything else
|
||||||
- Regex: '.*'
|
- Regex: '.*'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user