[libcxx-commits] [libcxx] [libc++] run clang-tidy on src/ in the CI (PR #121198)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 25 05:08:08 PST 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 1ead15512872b1f9eec0b69a7d8283e752a747e6...8dafe63eba17b2b654dcc7c6621e355c4daa43e0 libcxx/test/libcxx/clang_tidy.sh.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- clang_tidy.sh.py 2025-02-25 12:58:20.000000 +0000
+++ clang_tidy.sh.py 2025-02-25 13:07:36.605486 +0000
@@ -1,2 +1 @@
-
# RUN: %{python} %{libcxx-dir}/../clang-tools-extra/clang-tidy/tool/run-clang-tidy.py -clang-tidy-binary %{clang-tidy} -warnings-as-errors \* -source-filter=".*libcxx/src.*" -quiet -p %{bin-dir}/..
``````````
</details>
https://github.com/llvm/llvm-project/pull/121198
More information about the libcxx-commits
mailing list