Skip to content

Commit

Permalink
Default --incompatible_config_setting_private_default_visibility to t…
Browse files Browse the repository at this point in the history
…rue.

Fixes #12933.

PiperOrigin-RevId: 481031624
Change-Id: I4b5cc43c65a10ec87a18fd87167c60f2417c54d8
  • Loading branch information
gregestren authored and Copybara-Service committed Oct 14, 2022
1 parent bd7f428 commit 1fdc628
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ public ParallelismConverter() throws OptionsParsingException {

@Option(
name = "incompatible_config_setting_private_default_visibility",
defaultValue = "false",
// TODO(b/179944632): remove this flag when all repos work with this=true +
// --incompatible_enforce_config_setting_visibility=true.
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.STARLARK_SEMANTICS,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down

0 comments on commit 1fdc628

Please sign in to comment.