v2.0.0-rc1
·
186 commits
to main
since this release
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
- linting: https://github.com/aspect-build/rules_lint/blob/v2.0.0-rc1/docs/linting.md
- formatting: https://github.com/aspect-build/rules_lint/blob/v2.0.0-rc1/docs/formatting.md
What's Changed
- fix: typo
b{r,}anditby @Synss in #716 - chore: update install instructions for Aspect CLI by @alexeagle in #718
- fix: bump protobuf to 33.4 since Bazel 9 will do that anyway by @alexeagle in #721
- fix(clippy): Store exit code to respect errors by @blorente in #707
- fix(clippy): declare outputs as siblings of crate_info.output (#719) by @sallustfire in #720
- feat(clippy): Add SARIF conversion support by @blorente in #708
- Fixing the hanging issue. by @thesayyn in #712
- feat(clippy): Add support for
--fixby @blorente in #715 - fix: USE_BAZEL_VERSION environment variable for tests by @alexeagle in #729
- fix(clippy): Enable clippy to work transitively by @blorente in #731
- feat: AXL dependency instructions in release_prep.sh by @alexeagle in #694
New Contributors
Full Changelog: v2.0.0-rc0...v2.0.0-rc1