Releases: aspect-build/rules_lint
Releases · aspect-build/rules_lint
v0.1.2
Using Bzlmod with Bazel 6
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "aspect_rules_lint", version = "0.1.2")
# Next, follow the install instructions for
# - linting: https://github.com/aspect-build/rules_lint/blob/v0.1.2/docs/linting.md
# - formatting: https://github.com/aspect-build/rules_lint/blob/v0.1.2/docs/formatting.md
Full Changelog: v0.1.0...v0.1.2
v0.1.1
Using Bzlmod with Bazel 6
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "aspect_rules_lint", version = "0.1.1")
# Next, follow the install instructions for
# - linting: https://github.com/aspect-build/rules_lint/blob/v0.1.1/docs/linting.md
# - formatting: https://github.com/aspect-build/rules_lint/blob/v0.1.1/docs/formatting.md
Full Changelog: v0.1.0...v0.1.1