Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3014f1c authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

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
parent 0d249708
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ func init() {
		}
		checks := strings.Join([]string{
			"-*",
			"abseil-*",
			"android-*",
			"bugprone-*",
			"cert-*",