From 5308f12fc6aaaf70fa30e9c9c0457d45f18b732d Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 24 Mar 2020 22:05:41 +0100 Subject: [PATCH] Sort the list for easier maintenance Signed-off-by: Gilles Peskine --- tests/scripts/check-files.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/scripts/check-files.py b/tests/scripts/check-files.py index 7133e9dddc..804be7d63a 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',