clang-tidy parser and executor #26

Merged
张泊明518370910136 merged 26 commits from clang-tidy into master 2024-05-18 02:50:13 +08:00
Showing only changes of commit b0f3c880d5 - Show all commits

View File

@ -13,7 +13,7 @@ type Match struct {
type Conf struct {
Score int `default:"100"`
RootDir string `default:"\\w"`
RootDir string `default:"/w"`
zjc_he marked this conversation as resolved Outdated

Only a little confused about it. Does it mean /w by default as we run in linux? Or whether clang-tidy has some output format.

Only a little confused about it. Does it mean `/w` by default as we run in linux? Or whether clang-tidy has some output format.

Sorry that was a mistake

Sorry that was a mistake
Matches []Match
}