HomeSort by relevance Sort by last modified time
    Searched refs:fixup_func (Results 1 - 3 of 3) sorted by null

  /tools/repohooks/rh/
results.py 32 def __init__(self, hook, project, commit, error, files=(), fixup_func=None):
42 fixup_func: A callable that will attempt to automatically fix errors
52 self.fixup_func = fixup_func
66 fixup_func=None):
69 files=files, fixup_func=fixup_func)
hooks.py 257 formatters), this function provides a way to run |cmd| as the |fixup_func|
268 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs):
272 fixup_func=fixup_func)]
307 fixup_func = _fixup_func_caller([tool, '--fix'] + tool_args)
309 fixup_func=fixup_func)
322 fixup_func = _fixup_func_caller([tool, '--fix'] + tool_args)
324 fixup_func=fixup_func)
    [all...]
  /tools/repohooks/
pre-upload.py 171 hook_name, commit, fixup_func = fixup_func_list[0]
185 result = fixup_func()
280 if result.fixup_func:
282 result.fixup_func))

Completed in 182 milliseconds