From 6bb30efea9bed76dc553e9910a4d7aa5a6dc4b83 Mon Sep 17 00:00:00 2001 From: Mohamed Abdelnour Date: Sun, 30 May 2021 12:12:59 +0200 Subject: [PATCH] Add 'NOTICE' to list of file names to skip --- tests/syntax-tests/create_highlighted_versions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/syntax-tests/create_highlighted_versions.py b/tests/syntax-tests/create_highlighted_versions.py index 75ae9a4d1a..73feeafd8b 100755 --- a/tests/syntax-tests/create_highlighted_versions.py +++ b/tests/syntax-tests/create_highlighted_versions.py @@ -18,6 +18,7 @@ SKIP_FILENAMES = [ "LICENSE.md", + "NOTICE", "README.md", "bat_options", ]