Skip to content

Commit

Permalink
github: workflows: Exclude one more Kconfig compliance check
Browse files Browse the repository at this point in the history
KconfigBasicNoModules seems to also generate false positive reports of
non-existent symbols.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
jhedberg committed Aug 31, 2024
1 parent 427619f commit a40f576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# FIXME: We should be able to run KconfigHWMv2, but right now it doesn't seem
# to handle our soc directory correctly.
$ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -e Kconfig -e KconfigBasic \
-e KconfigHWMv2 -c origin/${GITHUB_BASE_REF}..
-e KconfigHWMv2 -e KconfigBasicNoModules -c origin/${GITHUB_BASE_REF}..
- name: upload-results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a40f576

Please sign in to comment.