1
0
Fork 0

don't check clang-tidy

it seems quite unreliable
This commit is contained in:
Mikhail Goncharov 2021-10-04 16:44:40 +02:00
parent fea73f5174
commit b69eb6f364

View file

@ -46,7 +46,7 @@ def generic_linux(projects: str, check_diff: bool) -> List:
if check_diff:
commands.extend([
'$${SRC}/scripts/premerge_checks.py --check-clang-format --check-clang-tidy '
'$${SRC}/scripts/premerge_checks.py --check-clang-format '
f'--projects="{projects}" --log-level={log_level}',
])
else:
@ -93,7 +93,7 @@ def bazel(modified_files: Set[str], force: bool = False) -> List:
t = os.getenv('ph_bazel_agents')
if t is not None:
agents = json.loads(t)
return [{
'label': ':bazel: bazel',
'key': 'bazel',