Skip to content

Commit

Permalink
Disable --all_incompatible_changes.
Browse files Browse the repository at this point in the history
Step 1 of #13892

RELNOTES:
Disable --all_incompatible_changes flag.
PiperOrigin-RevId: 392476629
  • Loading branch information
aiuto authored and copybara-github committed Aug 23, 2021
1 parent 8c0d78e commit 7300231
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 701 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,9 @@ public class CommonCommandOptions extends OptionsBase {
name = "all_incompatible_changes",
defaultValue = "null",
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
effectTags = {OptionEffectTag.UNKNOWN},
effectTags = {OptionEffectTag.NO_OP},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
expansionFunction = AllIncompatibleChangesExpansion.class,
help =
"Enables all options of the form --incompatible_*. Use this option to find places where "
+ "your build may break in the future due to deprecations or other changes.")
help = "No-op, being removed. See https://github.com/bazelbuild/bazel/issues/13892")
public Void allIncompatibleChanges;

@Option(
Expand Down
Loading

0 comments on commit 7300231

Please sign in to comment.