From 580d9c9e20ae887551af2f87483d82cf6efa6f6d Mon Sep 17 00:00:00 2001 From: zjc_he Date: Tue, 7 May 2024 14:39:57 +0800 Subject: [PATCH] feat(conf.toml): Added rootdir to config --- conf.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.toml b/conf.toml index df57b47..b0842ca 100644 --- a/conf.toml +++ b/conf.toml @@ -51,6 +51,7 @@ max = 65_536 name = "clang-tidy" [stages.parser.with] score = 100 +rootdir = "/w" [[stages.parser.with.matches]] keyword = ["cppcoreguidelines-avoid-non-const-global-variables"] score = 5