commit | a3014f1c133fcfe017ae3879c1da8ea85a4d0e83 | [log] [tgz] |
---|---|---|
author | Krzysztof Kosiński <krzysio@google.com> | Mon Mar 01 13:25:03 2021 -0800 |
committer | Krzysztof Kosiński <krzysio@google.com> | Mon Mar 01 13:25:03 2021 -0800 |
tree | 9c502489f2fb930a67c321d132049eb9e1ba86b4 | |
parent | 0d2497088c0380d72b66ae44e3a82a755fc247ab [diff] |
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
diff --git a/cc/config/tidy.go b/cc/config/tidy.go index 7c20dd5..c4563e2 100644 --- a/cc/config/tidy.go +++ b/cc/config/tidy.go
@@ -31,7 +31,6 @@ } checks := strings.Join([]string{ "-*", - "abseil-*", "android-*", "bugprone-*", "cert-*",