From 08430403fe4fed5f0c442e81a7bea946c5230967 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Tue, 15 Oct 2024 03:41:56 -0400 Subject: [PATCH] feat: use clang-tidy-18 --- conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.json b/conf.json index fdee196..a26b5f9 100644 --- a/conf.json +++ b/conf.json @@ -9,7 +9,7 @@ "args": [ "bash", "-c", - "clang-tidy --header-filter=.* --quiet -checks=* src/*.cpp" + "clang-tidy-18 --header-filter=.* --quiet -checks=* src/*.cpp" ], "env": [ "PATH=/usr/bin:/bin:/usr/local/bin"