tidy, format, and resolving tidy warnings #132
@@ -27,5 +27,6 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" 2>&1 | \
|
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" \
|
||||||
grep -v 'Suppressed\|non-user\|non-system\|unknown argument.*mno-direct\|Found compiler error'
|
-extra-arg=-Wno-unknown-argument 2>&1 | \
|
||||||
|
grep -v 'Suppressed\|non-user\|non-system\|Found compiler error'
|
||||||
|
|||||||
Reference in New Issue
Block a user