-
Notifications
You must be signed in to change notification settings - Fork 7.7k
scripts: ci: check_compliance: Add check for zephyr module file #93415
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
scripts: ci: check_compliance: Add check for zephyr module file #93415
Conversation
CC @nashif |
54f0c5e
to
fe16c10
Compare
fe16c10
to
ede2a2c
Compare
ede2a2c
to
c3479f7
Compare
Adds a check which fails CI if a zephyr module file is added to the zephyr repository itself Signed-off-by: Jamie McCrae <[email protected]>
c3479f7
to
fbc4495
Compare
|
@@ -110,3 +110,4 @@ SysbuildKconfigBasic.txt | |||
SysbuildKconfigBasicNoModules.txt | |||
TextEncoding.txt | |||
YAMLLint.txt | |||
ZephyrModuleFile.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe one day someone will move all of these in a directory so we don't have to keep adding them here one by one 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we output them to build/
maybe?
Adds a check which fails CI if a zephyr module file is added to the zephyr repository itself