Merge "Add bugprone to global clang-tidy default checks"

This commit is contained in:
Chih-hung Hsieh 2020-03-04 22:18:27 +00:00 committed by Gerrit Code Review
commit 286c318fa0

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