diff --git a/internal/parsers/clang_tidy/parser.go b/internal/parsers/clang_tidy/parser.go index 2a22154..58a8a7d 100644 --- a/internal/parsers/clang_tidy/parser.go +++ b/internal/parsers/clang_tidy/parser.go @@ -13,7 +13,7 @@ type Match struct { type Conf struct { Score int `default:"100"` - RootDir string `default:"\\w"` + RootDir string `default:"/w"` Matches []Match }