Buildifier
Buildifier is a linter for Bazel, Starlark.
You can enable the Buildifier linter with:
Auto Enabling
Buildifier will be auto-enabled if any Bazel or Starlark files are present.
Settings
Buildifier supports the following config files:
.buildifier.json
.buildifier-tables.json
You can move these files to .trunk/configs
and trunk check
will still find them. See Moving Linter Configs for more info.
Links
Buildifier Trunk Code Quality integration source
Trunk Code Quality's open source plugins repo
Last updated