Merge "Allow bugprone-* warnings until they are all fixed."

This commit is contained in:
Chih-hung Hsieh
2020-03-04 22:18:27 +00:00
committed by Gerrit Code Review

View File

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