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

Commit

Permalink
static-check: do not check ignore list license header
Browse files Browse the repository at this point in the history
It is just a plain list.

Fixes: #2972
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
  • Loading branch information
bergwolf committed Oct 16, 2020
1 parent 8a1d7fe commit 4668272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/static-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ static_check_license_headers()
--exclude="target/*" \
--exclude="*.patch" \
--exclude="*.diff" \
--exclude="tools/packaging/static-build/qemu.blacklist" \
-EL $extra_args "\<${pattern}\>" \
$files || true)

Expand Down

0 comments on commit 4668272

Please # to comment.