Merge "Add bugprone to global clang-tidy default checks"
This commit is contained in:
commit
286c318fa0
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue