Remove Abseil checks from clang-tidy defaults.
Abseil is not available in Android, so these checks are not actionable. Test: Compiled frameworks/av, no more spurious warnings. Change-Id: Ic573a3234a99b0fa1f63449e8d020a17a43a134c
This commit is contained in:
parent
0d2497088c
commit
a3014f1c13
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ func init() {
|
|||
}
|
||||
checks := strings.Join([]string{
|
||||
"-*",
|
||||
"abseil-*",
|
||||
"android-*",
|
||||
"bugprone-*",
|
||||
"cert-*",
|
||||
|
|
Loading…
Reference in a new issue