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

Commit 05dd3dcc authored by Adrian Roos's avatar Adrian Roos
Browse files

Revert "RootCanal: Enable bugprone-*, cert-* clang-tidy warnings"

This reverts commit 9d76f0b7.

Reason for revert: breaks aosp_arm64-userdebug_tidy

Bug: 264648327
Change-Id: I7de1704c412ddb236456e9e6c44f074c704c0896
parent 9d76f0b7
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -24,13 +24,9 @@ cc_defaults {
        "-readability-implicit-bool-conversion",
        "-readability-magic-numbers",
        "-readability-use-anyofallof",
        "bugprone-*",
        "cert-*",
    ],
    tidy_checks_as_errors: [
        "readability-*",
        "bugprone-*",
        "cert-*",
    ],
    tidy_flags: [
        "--header-filter=^.*tools\\/rootcanal\\/(model|include|net|desktop)\\/(.(?!\\.pb\\.h))*$",