mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-25 01:58:41 +08:00
add exclusive rule for PSA_CRYPTO_DRIVER_TEST
This macro is expected to be defined out of the library, and there is no definition in the library. Thus it needs to be excluded from typo check. Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
cdac0d5305
commit
f3f1f81c1a
@ -846,7 +846,8 @@ class NameChecker():
|
|||||||
self.parse_result["enum_consts"]
|
self.parse_result["enum_consts"]
|
||||||
}
|
}
|
||||||
typo_exclusion = re.compile(r"XXX|__|_$|^MBEDTLS_.*CONFIG_FILE$|"
|
typo_exclusion = re.compile(r"XXX|__|_$|^MBEDTLS_.*CONFIG_FILE$|"
|
||||||
r"MBEDTLS_TEST_LIBTESTDRIVER*")
|
r"MBEDTLS_TEST_LIBTESTDRIVER*|"
|
||||||
|
r"PSA_CRYPTO_DRIVER_TEST")
|
||||||
|
|
||||||
for name_match in self.parse_result["mbed_psa_words"]:
|
for name_match in self.parse_result["mbed_psa_words"]:
|
||||||
found = name_match.name in all_caps_names
|
found = name_match.name in all_caps_names
|
||||||
|
Loading…
x
Reference in New Issue
Block a user