Rules and Macros
January 2, 2025 ยท View on GitHub
The rules and macros described below are used to help keep your workspace source files up-to-date.
On this page:
tidy
load("@cgrindel_bazel_starlib//bzltidy:defs.bzl", "tidy")
tidy(name, targets)
Defines targets for executing targets against the workspace and confirming that there are no changes.
PARAMETERS
| Name | Description | Default Value |
|---|---|---|
| name | The name of the target. | none |
| targets | A list of targets to execute. | none |