feat(conf.toml): Added rootdir to config
This commit is contained in:
parent
422868c1c6
commit
580d9c9e20
|
@ -51,6 +51,7 @@ max = 65_536
|
||||||
name = "clang-tidy"
|
name = "clang-tidy"
|
||||||
[stages.parser.with]
|
[stages.parser.with]
|
||||||
score = 100
|
score = 100
|
||||||
|
rootdir = "/w"
|
||||||
[[stages.parser.with.matches]]
|
[[stages.parser.with.matches]]
|
||||||
keyword = ["cppcoreguidelines-avoid-non-const-global-variables"]
|
keyword = ["cppcoreguidelines-avoid-non-const-global-variables"]
|
||||||
score = 5
|
score = 5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user