Home
last modified time | relevance | path

Searched refs:allowed_googlesource_hosts (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dgitmodules.py44 allowed_googlesource_hosts: Sequence[str] = () variable in Config
103 assert isinstance(config.allowed_googlesource_hosts, (list, tuple))
104 for allowed in config.allowed_googlesource_hosts:
172 if config.allowed_googlesource_hosts:
175 config.allowed_googlesource_hosts,
186 if host not in config.allowed_googlesource_hosts:
/aosp_15_r20/external/pigweed/pw_presubmit/py/
H A Dgitmodules_test.py80 allowed_googlesource_hosts=('host',),
126 allowed_googlesource_hosts=('pigweed-review',)
133 allowed_googlesource_hosts=('pigweed')
139 allowed_googlesource_hosts=(
149 allowed_googlesource_hosts=('pigweed-internal',)
/aosp_15_r20/external/pigweed/pw_presubmit/
H A Ddocs.rst310 * ``allowed_googlesource_hosts: Sequence[str] = ()`` — If set, any