ci: compliance: Exclude ClangFormat
Stop running ClangFormat in CI as it confuses (first time) contributors more than it helps. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
08a8e4c79f
commit
f475f3c8cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compliance.yml
vendored
2
.github/workflows/compliance.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
git log --pretty=oneline | head -n 10
|
||||
# Increase rename limit to allow for large PRs
|
||||
git config diff.renameLimit 10000
|
||||
./scripts/ci/check_compliance.py --annotate -e KconfigBasic \
|
||||
./scripts/ci/check_compliance.py --annotate -e KconfigBasic -e ClangFormat \
|
||||
-c origin/${BASE_REF}..
|
||||
|
||||
- name: upload-results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue