Skip to content

Commit

Permalink
Default --incompatible_enforce_config_setting_visibility to true.
Browse files Browse the repository at this point in the history
Fixes #12932.

PiperOrigin-RevId: 480140082
Change-Id: I7ae35e79a9f8be163c4869ea195267ff79116221
  • Loading branch information
gregestren authored and Copybara-Service committed Oct 10, 2022
1 parent 45ca62c commit 174c67f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ public ParallelismConverter() throws OptionsParsingException {

@Option(
name = "incompatible_enforce_config_setting_visibility",
defaultValue = "false",
// TODO(b/179944632): set this and --incompatible_config_setting_private_default_visibility
// to true, then make these no-ops, then remove.
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.STARLARK_SEMANTICS,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down

0 comments on commit 174c67f

Please sign in to comment.