Skip to content

v2.0.0-rc1

Choose a tag to compare

@github-actions github-actions released this 23 Jan 22:44
· 186 commits to main since this release
00fa8e2

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.0.0-rc1")

This repo also provides a task for the Aspect CLI.
Add this to your file:

# AXL dependencies; see https://github.com/aspect-extensions
axl_archive_dep(
    name = "aspect_rules_lint",
    urls = ["https://github.com/aspect-build/rules_lint/releases/download/vv2.0.0-rc1/rules_lint-vv2.0.0-rc1.tar.gz"],
    integrity = sha256-oK830SYeQmCWkTPTpgiP2yM/TPIgiXJ8nm8BsWnpYSg=,
    strip_prefix = "rules_lint-v2.0.0-rc1",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

New Contributors

Full Changelog: v2.0.0-rc0...v2.0.0-rc1