We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d494f86 commit 1717b6cCopy full SHA for 1717b6c
.github/workflows/compliance.yml
@@ -92,7 +92,7 @@ jobs:
92
exit 1;
93
fi
94
95
- warns=("ClangFormat")
+ warns=("ClangFormat" "LicenseAndCopyrightCheck")
96
files=($(./scripts/ci/check_compliance.py -l))
97
98
for file in "${files[@]}"; do
0 commit comments