fix: disable check-clang-tidy nounset check (#6658)

This commit is contained in:
pajlada
2025-12-15 23:24:33 +01:00
committed by GitHub
parent 9f46cae6c0
commit b01cf070b5
+1 -1
View File
@@ -2,7 +2,7 @@
# example usage: FAST=1 ./scripts/check-clang-tidy.sh --checks '-*,modernize-return-braced-init-list' --fix # example usage: FAST=1 ./scripts/check-clang-tidy.sh --checks '-*,modernize-return-braced-init-list' --fix
set -eu set -e
clang-tidy --version clang-tidy --version