Skip to content
Snippets Groups Projects
Commit b737e334 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Automerger Merge Worker
Browse files

Merge "Ignore tidy checks which produce warnings" am: ec9f1c68

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1584227

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8e5b257249d7cec5783481f8832c429bc1206b96
parents 34312d21 ec9f1c68
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,24 @@ cc_defaults {
tidy_checks_as_errors: [
"modernize-*",
"-modernize-avoid-c-arrays",
"-modernize-pass-by-value",
"-modernize-replace-disallow-copy-and-assign-macro",
"-modernize-use-equals-default",
"-modernize-use-nodiscard",
"-modernize-use-override",
"-modernize-use-trailing-return-type",
"-modernize-use-using",
"android-*",
"misc-*",
"-misc-non-private-member-variables-in-classes",
"readability-*",
"-readability-braces-around-statements",
"-readability-const-return-type",
"-readability-convert-member-functions-to-static",
"-readability-else-after-return",
"-readability-named-parameter",
"-readability-redundant-access-specifiers",
"-readability-uppercase-literal-suffix",
],
tidy_flags: [
"-system-headers",
......
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