mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
incorporate updates from common (#255)
* incorporate updates from common * empty commit to rerun check
This commit is contained in:
parent
6b4a3d0a6e
commit
0345a20202
2 changed files with 6 additions and 2 deletions
6
.github/scripts/kernel_checker.py
vendored
6
.github/scripts/kernel_checker.py
vendored
|
@ -83,7 +83,11 @@ def main():
|
|||
checker.ignoreFile(*KERNEL_IGNORED_FILES)
|
||||
checker.ignoreFile(os.path.split(__file__)[-1])
|
||||
|
||||
return checker.processArgs(args)
|
||||
rc = checker.processArgs(args)
|
||||
if rc:
|
||||
checker.showHelp(__file__)
|
||||
|
||||
return rc
|
||||
|
||||
if __name__ == '__main__':
|
||||
exit(main())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue