From 29104d6fa94cd7cc12ff39a2a9ab484a68cb792e Mon Sep 17 00:00:00 2001 From: Katrina Verey Date: Tue, 5 Apr 2022 15:03:13 -0400 Subject: [PATCH] Ignore XML in license header script --- hack/add-license.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/add-license.sh b/hack/add-license.sh index a9011ce28..cca36c5f2 100755 --- a/hack/add-license.sh +++ b/hack/add-license.sh @@ -30,6 +30,7 @@ args=( -ignore "**/*.json" -ignore "**/*.yml" -ignore "**/*.yaml" + -ignore "**/*.xml" -v ) if [[ $mode == "check" ]]; then