refactor: fix clang-tidy auto*, const&, and curly braces (#5083)
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
clang-tidy --version
|
||||
|
||||
find \
|
||||
src/ \
|
||||
tests/src/ \
|
||||
benchmarks/src/ \
|
||||
mocks/include/ \
|
||||
-type f \( -name "*.hpp" -o -name "*.cpp" \) -print0 | parallel -0 -j16 -I {} clang-tidy --quiet "$@" "{}"
|
||||
Reference in New Issue
Block a user