Skip to content

Commit

Permalink
Add an --incompatible_strict_conflict_checks alias for --experimental…
Browse files Browse the repository at this point in the history
…_strict_conflict_checks.

I'm about to attempt this flag flip to see what breaks.

PiperOrigin-RevId: 487251570
Change-Id: Ia0e95ac4a1e04421cfdcd311c4500feef08c77d0
  • Loading branch information
tjgq authored and Copybara-Service committed Nov 9, 2022
1 parent 25558ad commit 77f82f4
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -91,7 +91,8 @@ public class AnalysisOptions extends OptionsBase {
public boolean skyframePrepareAnalysis;

@Option(
name = "experimental_strict_conflict_checks",
name = "incompatible_strict_conflict_checks",
oldName = "experimental_strict_conflict_checks",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
metadataTags = OptionMetadataTag.INCOMPATIBLE_CHANGE,
Expand Down

0 comments on commit 77f82f4

Please sign in to comment.