zephyrproject-rtos / ci-tools

CI Tools and Scripts (obsolete)
Apache License 2.0
9 stars 18 forks source link

check_compliance.py: Flag pointless 'menuconfig' symbols in CI #122

Closed ulfalizer closed 4 years ago

ulfalizer commented 4 years ago

Same check as in scripts/kconfig/lint.py in Zephyr. It's worth flagging it in CI too.

'menuconfig' symbols without children are pointless and make the menuconfig interface confusing. See the 'menuconfig symbols' section in https://docs.zephyrproject.org/latest/guides/kconfig/tips.html.

zephyrbot commented 4 years ago

All checks are passing now.

Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages.