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

Commit 007d5b68 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libbinder: disable unneeded clang-tidy disables"

parents abc1f250 bd841fde
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -202,18 +202,8 @@ cc_library {
        "bugprone-*",
        "bugprone-*",
        "cert-*",
        "cert-*",
        "clang-analyzer-*",
        "clang-analyzer-*",
        "-clang-analyzer-core.CallAndMessage",
        "-clang-analyzer-core.uninitialized.Assign",
        "-clang-analyzer-unix.Malloc",
        "-clang-analyzer-deadcode.DeadStores",
        "-clang-analyzer-optin.cplusplus.UninitializedObject",
        "google-*",
        "google-*",
        "-google-readability-*",
        "-google-runtime-references",
        "misc-*",
        "misc-*",
        "-misc-no-recursion",
        "-misc-redundant-expression",
        "-misc-unused-using-decls",
        "performance*",
        "performance*",
        "portability*",
        "portability*",
    ],
    ],