Skip to content

Commit cc911a4

Browse files
committed
workflow: compliance: Exclude some Kconfig checks
Exclude some Kconfig checks because they alert missing Kconfigs from modules that are not in the "allowlist" of the west.yml so these are false alerts. "allowlist" taken into use in PR #71. Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
1 parent ab6490c commit cc911a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/compliance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ jobs:
5555
$ZEPHYR_BASE/scripts/ci/check_compliance.py \
5656
--annotate \
5757
-e Kconfig \
58+
-e KconfigBasic \
5859
-e KconfigBasicNoModules \
5960
-e ClangFormat \
6061
-e Ruff \
62+
-e SysbuildKconfig \
63+
-e SysbuildKconfigBasic \
6164
-e SysbuildKconfigBasicNoModules \
6265
-e LicenseAndCopyrightCheck \
6366
-c origin/${BASE_REF}..

0 commit comments

Comments
 (0)