Add bugprone to global clang-tidy default checks

Test: WITH_TIDY=1 make
Change-Id: I1533c30035296fb1eaa7e2ff42360c5ff60a1d07
This commit is contained in:
Chih-Hung Hsieh 2020-03-03 12:05:22 -08:00
parent 323a4c3ab3
commit 70b9316309
1 changed files with 2 additions and 0 deletions

View File

@ -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",
}, ",")