1<!-- Generated with Stardoc: http://skydoc.bazel.build --> 2# Settings 3 4* [incompatible_flag](#incompatible_flag) 5* [fail_when_enabled](#fail_when_enabled) 6 7<a id="incompatible_flag"></a> 8 9## incompatible_flag 10 11<pre> 12incompatible_flag(<a href="#incompatible_flag-name">name</a>, <a href="#incompatible_flag-issue">issue</a>) 13</pre> 14 15A rule defining an incompatible flag. 16 17**ATTRIBUTES** 18 19 20| Name | Description | Type | Mandatory | Default | 21| :------------- | :------------- | :------------- | :------------- | :------------- | 22| <a id="incompatible_flag-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | | 23| <a id="incompatible_flag-issue"></a>issue | The link to the github issue associated with this flag | String | required | | 24 25 26