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"