Merge "Add back missing tidy_checks, since tidy_checks_as_errors isn't enough" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a80c586d4f
@@ -15,6 +15,14 @@
|
|||||||
cc_defaults {
|
cc_defaults {
|
||||||
name: "idmap2_defaults",
|
name: "idmap2_defaults",
|
||||||
tidy: true,
|
tidy: true,
|
||||||
|
tidy_checks: [
|
||||||
|
"modernize-*",
|
||||||
|
"-modernize-avoid-c-arrays",
|
||||||
|
"-modernize-use-trailing-return-type",
|
||||||
|
"android-*",
|
||||||
|
"misc-*",
|
||||||
|
"readability-*",
|
||||||
|
],
|
||||||
tidy_checks_as_errors: [
|
tidy_checks_as_errors: [
|
||||||
"modernize-*",
|
"modernize-*",
|
||||||
"-modernize-avoid-c-arrays",
|
"-modernize-avoid-c-arrays",
|
||||||
|
|||||||
Reference in New Issue
Block a user