Merge "Add bugprone to global clang-tidy default checks" am: 286c318fa0
Change-Id: Id4535e8c95577c782e16d82336d33edcc6b83e06
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