incorporate updates from common (#255)
* incorporate updates from common * empty commit to rerun check
This commit is contained in:
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())
|
||||
|
Reference in New Issue
Block a user