Merge "Add bugprone to global clang-tidy default checks"
This commit is contained in:
@@ -30,10 +30,12 @@ func init() {
|
||||
}
|
||||
return strings.Join([]string{
|
||||
"-*",
|
||||
"bugprone*",
|
||||
"clang-diagnostic-unused-command-line-argument",
|
||||
"google*",
|
||||
"misc-macro-parentheses",
|
||||
"performance*",
|
||||
"-bugprone-narrowing-conversions",
|
||||
"-google-readability*",
|
||||
"-google-runtime-references",
|
||||
}, ",")
|
||||
|
Reference in New Issue
Block a user