Skip to content
Snippets Groups Projects
Commit a80c586d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add back missing `tidy_checks`, since `tidy_checks_as_errors` isn't enough" into rvc-dev

parents 893cb783 cb6c91bc
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment