From 1ced35ec760f4635156c56ba7d8a3a47bc7158a2 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 75ae9a4d..73feeafd 100755 --- a/tests/syntax-tests/create_highlighted_versions.py +++ b/tests/syntax-tests/create_highlighted_versions.py @@ -18,6 +18,7 @@ BAT_OPTIONS = [ SKIP_FILENAMES = [ "LICENSE.md", + "NOTICE", "README.md", "bat_options", ]