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
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user