diff --git a/tests/scripts/check-files.py b/tests/scripts/check-files.py index 005a077c7..2228f3573 100755 --- a/tests/scripts/check-files.py +++ b/tests/scripts/check-files.py @@ -181,7 +181,7 @@ class IntegrityChecker(object): ".c", ".h", ".sh", ".pl", ".py", ".md", ".function", ".data", "Makefile", "CMakeLists.txt", "ChangeLog" ) - self.excluded_directories = ['.git', 'mbed-os'] + self.excluded_directories = ['.git', 'mbed-os', 'tinycrypt'] self.excluded_paths = list(map(os.path.normpath, [ 'cov-int', 'examples',