Merge "Disable bugprone-reserved-identifier" am: 88a7176174
Change-Id: I0a02bf6d93f21879b95740df0b198ecc6c190a88
This commit is contained in:
@@ -117,6 +117,10 @@ func (tidy *tidyFeature) flags(ctx ModuleContext, flags Flags) Flags {
|
||||
// which is used in many Android files.
|
||||
tidyChecks = tidyChecks + ",-cert-dcl16-c"
|
||||
}
|
||||
// https://b.corp.google.com/issues/153464409
|
||||
// many local projects enable cert-* checks, which
|
||||
// trigger bugprone-reserved-identifier.
|
||||
tidyChecks = tidyChecks + ",-bugprone-reserved-identifier*"
|
||||
flags.TidyFlags = append(flags.TidyFlags, tidyChecks)
|
||||
|
||||
if len(tidy.Properties.Tidy_checks_as_errors) > 0 {
|
||||
|
Reference in New Issue
Block a user