Searched refs:_check_cmd (Results 1 – 1 of 1) sorted by relevance
/tools/repohooks/rh/ |
D | hooks.py | 322 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): function 339 return _check_cmd(options.name, project, commit, options.args((), diff), 367 return _check_cmd('checkpatch.pl', project, commit, cmd, 381 return _check_cmd('clang-format', project, commit, cmd, 396 return _check_cmd('google-java-format', project, commit, cmd, 815 return _check_cmd('cpplint', project, commit, cmd) 873 return _check_cmd('pylint', project, commit, cmd) 959 return _check_cmd('xmllint', project, commit, cmd) 974 return _check_cmd('android-test-mapping-format', project, commit, cmd)
|