Merge "Remove Abseil checks from clang-tidy defaults."
This commit is contained in:
commit
636d152e08
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ func init() {
|
||||||
}
|
}
|
||||||
checks := strings.Join([]string{
|
checks := strings.Join([]string{
|
||||||
"-*",
|
"-*",
|
||||||
"abseil-*",
|
|
||||||
"android-*",
|
"android-*",
|
||||||
"bugprone-*",
|
"bugprone-*",
|
||||||
"cert-*",
|
"cert-*",
|
||||||
|
|
Loading…
Reference in a new issue