From f475f3c8cc8b5dd807ff08b38131321f934ede12 Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Tue, 26 Nov 2024 07:45:30 +0100 Subject: [PATCH] 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 --- .github/workflows/compliance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index a91a8e534cc..a2a8ebcadbd 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -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