Remove 1.3 to 2.0 helpers: Python port of 7d48b28218

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
Yuto Takano 2021-08-05 20:14:05 +01:00
parent 157444c24d
commit e503d61b99

View File

@ -88,8 +88,7 @@ class NameCheck(object):
self.log = None
self.check_repo_path()
self.return_code = 0
self.excluded_files = ["compat-1.3.h"]
self.typo_check_pattern = r"XXX|__|_$|^MBEDTLS_.*CONFIG_FILE$"
self.excluded_files = ["bn_mul"]
def set_return_code(self, return_code):
if return_code > self.return_code: