Skip to content

Commit 1717b6c

Browse files
committed
ci: compliance: treat LicenseAndCopyrightCheck warnings as ...warnings
Warnings related to the LicenseAndCopyrightCheck should not be blocking. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent d494f86 commit 1717b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
exit 1;
9393
fi
9494
95-
warns=("ClangFormat")
95+
warns=("ClangFormat" "LicenseAndCopyrightCheck")
9696
files=($(./scripts/ci/check_compliance.py -l))
9797
9898
for file in "${files[@]}"; do

0 commit comments

Comments
 (0)