Skip to content

Commit

Permalink
github: workflows: Remove Kconfig exclusions for compliance
Browse files Browse the repository at this point in the history
The upstream compliance script has been fixed now so that we shouldn't need
to exclude specific Kconfig checks anymore.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
jhedberg committed Sep 18, 2024
1 parent 5ea215e commit e1d76bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:
working-directory: zephyr-silabs
run: |
export ZEPHYR_BASE="$(dirname "$(pwd)")/zephyr"
# 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 -e KconfigBasicNoModules -c origin/${GITHUB_BASE_REF}..
$ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -c origin/${GITHUB_BASE_REF}..
- name: upload-results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e1d76bf

Please sign in to comment.