From 02493afe6cf99c86208883064de06907edce4c5d Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Thu, 25 Apr 2019 14:56:17 +0300 Subject: [PATCH] Ignore tinycrypt files from check-files.py --- tests/scripts/check-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',