Add bugprone to global clang-tidy default checks
Test: WITH_TIDY=1 make Change-Id: I1533c30035296fb1eaa7e2ff42360c5ff60a1d07
This commit is contained in:
parent
323a4c3ab3
commit
70b9316309
|
@ -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",
|
||||
}, ",")
|
||||
|
|
Loading…
Reference in New Issue