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

Commit 715a6c42 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Allow readability-identifier-length warnings

Many such warnings come from the next clang r437112.

Test: make with new clang r437112.
Change-Id: Ia43848b02ed00d50eb55a5152abcab8bd2178d9e
parent d801feda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ cc_defaults {
        "-readability-const-return-type",
        "-readability-convert-member-functions-to-static",
        "-readability-else-after-return",
        "-readability-identifier-length",
        "-readability-named-parameter",
        "-readability-redundant-access-specifiers",
        "-readability-uppercase-literal-suffix",