-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compliance script broken #31436
Comments
It appears that 6d3cdf5 inadvertently fixed this. |
No, I'm still seeing it. |
I can reproduce. |
I can reproduce the issue here.
|
A clean revert would probably require reverting:
|
In case it's OS dependent:
|
Per comment on slack from @mbolivar-nordic this may be related to having |
Looking into a fix. Somehow CI didn't fail the pr, even though compliance failed. |
Fixes: zephyrproject-rtos#31436 This fix adds ZEPHYR_<MODULE_NAME>_KCONFIG variable to compliance check. This ensures that Zephyr Kconfig glue code is included in the compliance check, and thus remove the issue reported in zephyrproject-rtos#31436. Signed-off-by: Torsten Rasmussen <[email protected]>
Fixes: #31436 This fix adds ZEPHYR_<MODULE_NAME>_KCONFIG variable to compliance check. This ensures that Zephyr Kconfig glue code is included in the compliance check, and thus remove the issue reported in #31436. Signed-off-by: Torsten Rasmussen <[email protected]>
After 251648a I'm getting the following on the master branch:
The text was updated successfully, but these errors were encountered: