Skip to content

Commit f475f3c

Browse files
pdgendtfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 08a8e4c commit f475f3c

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
@@ -79,7 +79,7 @@ jobs:
7979
git log --pretty=oneline | head -n 10
8080
# Increase rename limit to allow for large PRs
8181
git config diff.renameLimit 10000
82-
./scripts/ci/check_compliance.py --annotate -e KconfigBasic \
82+
./scripts/ci/check_compliance.py --annotate -e KconfigBasic -e ClangFormat \
8383
-c origin/${BASE_REF}..
8484
8585
- name: upload-results

0 commit comments

Comments
 (0)