feat(conf.toml): Added rootdir to config

This commit is contained in:
张佳澈520370910044 2024-05-07 14:39:57 +08:00
parent 422868c1c6
commit 580d9c9e20

View File

@ -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