fix(internal/parsers/clang_tidy/parser.go): Fix typo in default root dir
This commit is contained in:
parent
87c2bc38d0
commit
b0f3c880d5
|
@ -13,7 +13,7 @@ type Match struct {
|
||||||
|
|
||||||
type Conf struct {
|
type Conf struct {
|
||||||
Score int `default:"100"`
|
Score int `default:"100"`
|
||||||
RootDir string `default:"\\w"`
|
RootDir string `default:"/w"`
|
||||||
Matches []Match
|
Matches []Match
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user