Allow readability-identifier-length warnings

Many such warnings come from the next clang r437112.

Test: make with new clang r437112.
Change-Id: Ia43848b02ed00d50eb55a5152abcab8bd2178d9e
This commit is contained in:
Chih-Hung Hsieh
2021-10-04 16:01:56 -07:00
parent d801feda70
commit 715a6c427c

View File

@@ -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",