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

Commit 14d955fa authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Chih-hung Hsieh
Browse files

Ignore tidy checks which produce warnings

* A bug in tidy check header filter was fixed and revealed
  many tidy check warnings in .h files. Allow these warnings
  until they are all fixed in .h files.

Test: mm with new header filter bug fixes
Change-Id: I8982a8afd5827ed3bc7b24d5985002123739aeb2
parent fd1b9aa4
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -26,10 +26,24 @@ cc_defaults {
    tidy_checks_as_errors: [
    tidy_checks_as_errors: [
        "modernize-*",
        "modernize-*",
        "-modernize-avoid-c-arrays",
        "-modernize-avoid-c-arrays",
        "-modernize-pass-by-value",
        "-modernize-replace-disallow-copy-and-assign-macro",
        "-modernize-use-equals-default",
        "-modernize-use-nodiscard",
        "-modernize-use-override",
        "-modernize-use-trailing-return-type",
        "-modernize-use-trailing-return-type",
        "-modernize-use-using",
        "android-*",
        "android-*",
        "misc-*",
        "misc-*",
        "-misc-non-private-member-variables-in-classes",
        "readability-*",
        "readability-*",
        "-readability-braces-around-statements",
        "-readability-const-return-type",
        "-readability-convert-member-functions-to-static",
        "-readability-else-after-return",
        "-readability-named-parameter",
        "-readability-redundant-access-specifiers",
        "-readability-uppercase-literal-suffix",
    ],
    ],
    tidy_flags: [
    tidy_flags: [
        "-system-headers",
        "-system-headers",