diff --git a/tests/scripts/check-files.py b/tests/scripts/check-files.py index 7133e9ddd..804be7d63 100755 --- a/tests/scripts/check-files.py +++ b/tests/scripts/check-files.py @@ -182,17 +182,17 @@ class IntegrityChecker(object): self.setup_logger(log_file) self.extensions_to_check = ( ".c", + ".data", + ".function", ".h", - ".sh", + ".md", ".pl", ".py", - ".md", - ".function", - ".data", - "/Makefile", - "/Makefile.inc", + ".sh", "/CMakeLists.txt", "/ChangeLog", + "/Makefile", + "/Makefile.inc", ) self.excluded_directories = [ '.git',