CI/CD: updated, should not stop the check now due to diagnostic demotion
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 14s
Python / test (pull_request) Successful in 48s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m46s
C++ / build (pull_request) Successful in 2m26s

This commit is contained in:
2026-06-30 03:54:47 +02:00
parent 49a65becff
commit 25e1610e2b
+3 -2
View File
@@ -27,5 +27,6 @@ jobs:
continue-on-error: true
run: |
set -o pipefail
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" 2>&1 | \
grep -v 'Suppressed\|non-user\|non-system\|unknown argument.*mno-direct\|Found compiler error'
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" \
-extra-arg=-Wno-unknown-argument 2>&1 | \
grep -v 'Suppressed\|non-user\|non-system\|Found compiler error'