clang-tidy parser and executor #26
|
@ -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
|
||||
Matches []Match
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user
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