Searched refs:_check_cmd (Results 1 – 1 of 1) sorted by relevance
/tools/repohooks/rh/ |
D | hooks.py | 284 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): function 301 return _check_cmd(options.name, project, commit, options.args((), diff), 329 return _check_cmd('checkpatch.pl', project, commit, cmd, 343 return _check_cmd('clang-format', project, commit, cmd, 358 return _check_cmd('google-java-format', project, commit, cmd, 716 return _check_cmd('cpplint', project, commit, cmd) 773 return _check_cmd('pylint', project, commit, cmd) 796 return _check_cmd('rustfmt', project, commit, cmd) 840 return _check_cmd('xmllint', project, commit, cmd) 855 return _check_cmd('android-test-mapping-format', project, commit, cmd)
|