Skip to content
Snippets Groups Projects
Commit 9e2f98e1 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[tools] Create /clang-tidy-report

parent f4e72a97
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
/.cache/
/.clangd/
/clang-tidy-report
tools/gdb/__pycache__/
subprojects/packagecache/
......
......@@ -42,4 +42,5 @@ JOBS=$(nproc)
${RUN_CLANG_TIDY} \
-p "${ROOTDIR}/compile_commands_wo_subprojects/" \
-j "${JOBS}"
-j "${JOBS}" |\
tee "${ROOTDIR}/clang-tidy-report"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment