From 344da1cbd35128a5a69eaaf0f19acd8ca189164c Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 10 May 2020 17:37:02 +0200 Subject: [PATCH] Some .pem files are openssl output and have tabs and that's ok Signed-off-by: Gilles Peskine --- tests/scripts/check-files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/check-files.py b/tests/scripts/check-files.py index 5bec6dbf1e..b6fa989260 100755 --- a/tests/scripts/check-files.py +++ b/tests/scripts/check-files.py @@ -233,6 +233,7 @@ class TabIssueTracker(LineIssueTracker): heading = "Tabs present:" suffix_exemptions = frozenset([ + ".pem", # some openssl dumps have tabs ".sln", "/Makefile", "/Makefile.inc",