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 9797c9b commit 884ea72Copy full SHA for 884ea72
.github/workflows/compliance.yml
@@ -67,10 +67,9 @@ jobs:
67
# debug
68
ls -la
69
git log --pretty=oneline | head -n 10
70
- # For now we run KconfigBasic, but we should transition to Kconfig
71
- $ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -e Kconfig \
+ $ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate \
72
-e KconfigBasicNoModules -e ClangFormat -e Ruff \
73
- -e SysbuildKconfig -e SysbuildKconfigBasic -e SysbuildKconfigBasicNoModules \
+ -e SysbuildKconfigBasicNoModules \
74
-c origin/${BASE_REF}..
75
76
- name: upload-results
0 commit comments