commit | 8cc0f40cf250d9c66dc15d0e8bc3a41db9a7cfa1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Oct 07 17:34:24 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 07 17:34:24 2021 +0000 |
tree | 18edbce2f9bd1001992a2e2a138b98b5cb7345cf | |
parent | 6297dd2771afdbb1b13ae68a4fee86d3b039de6b [diff] | |
parent | 715a6c427c5be83dab21e7950aee8a9f3baba412 [diff] |
Merge "Allow readability-identifier-length warnings"
diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp index 5370dc3..43729f4 100644 --- a/cmds/idmap2/Android.bp +++ b/cmds/idmap2/Android.bp
@@ -52,6 +52,7 @@ "-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",