diff --git a/tests/scripts/check-files.py b/tests/scripts/check-files.py index 22cd2c916..5aa4f9c1e 100755 --- a/tests/scripts/check-files.py +++ b/tests/scripts/check-files.py @@ -181,16 +181,16 @@ class IntegrityChecker(object): self.setup_logger(log_file) self.extensions_to_check = ( ".c", + ".data", + ".function", ".h", - ".sh", + ".md", ".pl", ".py", - ".md", - ".function", - ".data", - "/Makefile", + ".sh", "/CMakeLists.txt", "/ChangeLog", + "/Makefile", ) self.excluded_directories = [ '.git',