Merge "Turn on bp2build_deps by default" into main

This commit is contained in:
Christopher Parsons
2023-10-11 15:18:18 +00:00
committed by Gerrit Code Review
5 changed files with 0 additions and 70 deletions

View File

@@ -634,9 +634,6 @@ func bp2buildDefaultTrueRecursively(packagePath string, config allowlists.Bp2Bui
func registerBp2buildConversionMutator(ctx RegisterMutatorsContext) {
ctx.BottomUp("bp2build_conversion", bp2buildConversionMutator).Parallel()
}
func registerBp2buildDepsMutator(ctx RegisterMutatorsContext) {
ctx.BottomUp("bp2build_deps", bp2buildDepsMutator).Parallel()
}