diff options
author | 2020-06-13 22:39:03 +0000 | |
---|---|---|
committer | 2020-06-13 22:39:03 +0000 | |
commit | a80c586d4f272eeb2f1eb031a3b921a76172015c (patch) | |
tree | 8e0cc6862f3f60658996f1e8be07d8d5f6e6ebbf /cmds/idmap2 | |
parent | 893cb7835b868da43bf9252be985631e479362a7 (diff) | |
parent | cb6c91bc8d0e44737e89a45a8ffd0a594f18bad4 (diff) |
Merge "Add back missing `tidy_checks`, since `tidy_checks_as_errors` isn't enough" into rvc-dev
Diffstat (limited to 'cmds/idmap2')
-rw-r--r-- | cmds/idmap2/Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp index 67a7930fbe5d..878cef94b674 100644 --- a/cmds/idmap2/Android.bp +++ b/cmds/idmap2/Android.bp @@ -15,6 +15,14 @@ cc_defaults { name: "idmap2_defaults", tidy: true, + tidy_checks: [ + "modernize-*", + "-modernize-avoid-c-arrays", + "-modernize-use-trailing-return-type", + "android-*", + "misc-*", + "readability-*", + ], tidy_checks_as_errors: [ "modernize-*", "-modernize-avoid-c-arrays", |