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

Commit cdb6c225 authored by Henri Chataing's avatar Henri Chataing Committed by Gerrit Code Review
Browse files

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

parents afe48514 9d76f0b7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -24,9 +24,13 @@ 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))*$",