Searched refs:_check_cmd (Results 1 – 1 of 1) sorted by relevance
/tools/repohooks/rh/ |
D | hooks.py | 269 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): function 286 return _check_cmd(options.name, project, commit, options.args((), diff), 295 return _check_cmd('checkpatch.pl', project, commit, cmd, 309 return _check_cmd('clang-format', project, commit, cmd, 324 return _check_cmd('google-java-format', project, commit, cmd, 498 return _check_cmd('cpplint', project, commit, cmd) 552 return _check_cmd('pylint', project, commit, cmd) 596 return _check_cmd('xmllint', project, commit, cmd) 610 return _check_cmd('android-test-mapping-format', project, commit, cmd)
|