Merge "Allow bugprone-* warnings until they are all fixed." am: 7f58bef392 am: 129beaf75e

Change-Id: I80db8c6c9c08b588db5c6276fdc3f54185fc9321
This commit is contained in:
Automerger Merge Worker
2020-03-04 22:59:05 +00:00

View File

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