Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
CI: Don't license check kernel config files
Browse files Browse the repository at this point in the history
Stop the license checker from looking for license headers in kernel
config files.

Fixes: #2960.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Oct 15, 2020
1 parent c650f8b commit f897694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/static-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit f897694

Please # to comment.