Allow bugprone-* warnings until they are all fixed.

Test: WITH_TIDY=1 make checkbuild
Change-Id: I93e9526d66ab9ac88672ccd77eb409603482ea47
This commit is contained in:
Chih-Hung Hsieh
2020-03-03 20:09:15 -08:00
parent eabf5d707c
commit db84f188ee

View File

@@ -25,7 +25,7 @@ cc_defaults {
],
tidy_flags: [
"-system-headers",
"-warnings-as-errors=*",
"-warnings-as-errors=*,-bugprone*",
],
}