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 08a8e4c commit f475f3cCopy full SHA for f475f3c
.github/workflows/compliance.yml
@@ -79,7 +79,7 @@ jobs:
79
git log --pretty=oneline | head -n 10
80
# Increase rename limit to allow for large PRs
81
git config diff.renameLimit 10000
82
- ./scripts/ci/check_compliance.py --annotate -e KconfigBasic \
+ ./scripts/ci/check_compliance.py --annotate -e KconfigBasic -e ClangFormat \
83
-c origin/${BASE_REF}..
84
85
- name: upload-results
0 commit comments