Merge "Remove Abseil checks from clang-tidy defaults."

This commit is contained in:
Treehugger Robot 2021-03-02 20:22:14 +00:00 committed by Gerrit Code Review
commit 636d152e08

View file

@ -31,7 +31,6 @@ func init() {
}
checks := strings.Join([]string{
"-*",
"abseil-*",
"android-*",
"bugprone-*",
"cert-*",