don't check clang-tidy
it seems quite unreliable
This commit is contained in:
parent
fea73f5174
commit
b69eb6f364
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue