Skip to content
Snippets Groups Projects
Commit b3bd77fc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes If69f69bf,I941b3c89

* changes:
  Add back missing `tidy_checks`, since `tidy_checks_as_errors` isn't enough
  Use `tidy_checks_as_errors` list instead of `-warnings-as-errors=*`
parents c98338de 328a29cc
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,16 @@ cc_defaults {
"misc-*",
"readability-*",
],
tidy_checks_as_errors: [
"modernize-*",
"-modernize-avoid-c-arrays",
"-modernize-use-trailing-return-type",
"android-*",
"misc-*",
"readability-*",
],
tidy_flags: [
"-system-headers",
"-warnings-as-errors=*,-bugprone*",
],
}
......
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