Skip to content

Releases: aspect-build/rules_lint

v0.1.1

16 Oct 15:51
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. 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