Skip to content

Commit

Permalink
Fix the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismgrayftsinc committed Jul 17, 2023
1 parent 2f0f8ab commit 4d0d393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Use spotbugs to lint the `srcs`.
| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="spotbugs_test-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
| <a id="spotbugs_test-config"></a>config | - | <a href="https://bazel.build/concepts/labels">Label</a> | optional | <code>//java:spotbugs-default-config</code> |
| <a id="spotbugs_test-config"></a>config | - | <a href="https://bazel.build/concepts/labels">Label</a> | optional | <code>@contrib_rules_jvm//java:spotbugs-default-config</code> |
| <a id="spotbugs_test-deps"></a>deps | - | <a href="https://bazel.build/concepts/labels">List of labels</a> | required | |
| <a id="spotbugs_test-only_output_jars"></a>only_output_jars | If set to true, only the output jar of the target will be analyzed. Otherwise all transitive runtime dependencies will be analyzed | Boolean | optional | <code>True</code> |

Expand Down

0 comments on commit 4d0d393

Please sign in to comment.