From f897694ab6be3d7a41b873d5c3f8d730ba609cbc Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 15 Oct 2020 10:52:46 +0100 Subject: [PATCH] CI: Don't license check kernel config files Stop the license checker from looking for license headers in kernel config files. Fixes: #2960. Signed-off-by: James O. D. Hunt --- .ci/static-checks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/static-checks.sh b/.ci/static-checks.sh index ab6713826..f74a3ebe4 100755 --- a/.ci/static-checks.sh +++ b/.ci/static-checks.sh @@ -468,6 +468,8 @@ static_check_license_headers() --exclude="*.txt" \ --exclude="vendor/*" \ --exclude="VERSION" \ + --exclude="kata_config_version" \ + --exclude="tools/packaging/kernel/configs" \ --exclude="virtcontainers/pkg/firecracker/*" \ --exclude="${ignore_clh_generated_code}*" \ --exclude="*.xml" \