resolve clang-tidy step workflow
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 20s
Python / lint-format (pull_request) Successful in 31s
Python / test (pull_request) Successful in 50s
Build (C++) / build (pull_request) Successful in 56s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m14s

This commit is contained in:
2026-06-29 00:59:23 +02:00
parent 60b0844b7f
commit 94100b6e2f
+1 -2
View File
@@ -24,6 +24,5 @@ jobs:
- name: clang-tidy
continue-on-error: true
run: |
find Plugins -name '*.cpp' -o -name '*.hpp' | \
xargs clang-tidy -p build --quiet 2>&1 | \
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" --quiet 2>&1 | \
grep -v 'Suppressed\|non-user\|non-system\|unknown argument.*mno-direct'