@@ -79,10 +79,10 @@ public final class BuildLanguageOptions extends OptionsBase {
79
79
<
8000
div class="diff-text-inner"> @ Option (
80
80
name = "incompatible_remove_rule_name_parameter" ,
81
81
defaultValue = "true" ,
82
- documentationCategory = OptionDocumentationCategory .UNCATEGORIZED ,
83
- effectTags = {OptionEffectTag .LOADING_AND_ANALYSIS },
84
- metadataTags = {OptionMetadataTag .INCOMPATIBLE_CHANGE },
85
- help = "If set to true, `rule` can't be called with the `name` parameter. " )
82
+ documentationCategory = OptionDocumentationCategory .UNDOCUMENTED ,
83
+ effectTags = {OptionEffectTag .NO_OP },
84
+ metadataTags = {OptionMetadataTag .DEPRECATED },
85
+ help = "No-op " )
86
86
public boolean incompatibleRemoveRuleNameParameter ;
87
87
88
88
@ Option (
@@ -696,7 +696,6 @@ public StarlarkSemantics toStarlarkSemantics() {
696
696
.setBool (
697
697
INCOMPATIBLE_STOP_EXPORTING_LANGUAGE_MODULES ,
698
698
incompatibleStopExportingLanguageModules )
699
- .setBool (INCOMPATIBLE_REMOVE_RULE_NAME_PARAMETER , incompatibleRemoveRuleNameParameter )
700
699
.setBool (INCOMPATIBLE_ALLOW_TAGS_PROPAGATION , experimentalAllowTagsPropagation )
701
700
.set (EXPERIMENTAL_BUILTINS_BZL_PATH , experimentalBuiltinsBzlPath )
702
701
.setBool (EXPERIMENTAL_BUILTINS_DUMMY , experimentalBuiltinsDummy )
@@ -789,8 +788,6 @@ public StarlarkSemantics toStarlarkSemantics() {
789
788
public static final String EXPERIMENTAL_JAVA_LIBRARY_EXPORT = "-experimental_java_library_export" ;
790
789
public static final String INCOMPATIBLE_STOP_EXPORTING_LANGUAGE_MODULES =
791
790
"-incompatible_stop_exporting_language_modules" ;
792
- public static final String INCOMPATIBLE_REMOVE_RULE_NAME_PARAMETER =
793
- "+incompatible_remove_rule_name_parameter" ;
794
791
public static final String INCOMPATIBLE_ALLOW_TAGS_PROPAGATION =
795
792
"+incompatible_allow_tags_propagation" ;
796
793
public static final String EXPERIMENTAL_BUILTINS_DUMMY = "-experimental_builtins_dummy" ;
0 commit comments