v0.8.1
Using WORKSPACE
Paste this snippet into your file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_detekt",
sha256 = "593f88e7ecae3eddfad85ae6c04f855e257a43c7ecdf2e1b0e88c045f40e4d33",
strip_prefix = "bazel_rules_detekt-0.8.1",
url = "https://github.com/buildfoundation/bazel_rules_detekt/releases/download/v0.8.1/bazel_rules_detekt-v0.8.1.tar.gz",
)
What's Changed
- Enable Dependabot by @Bencodes in #136
- Bump actions/setup-java from 2 to 3 by @dependabot in #140
- Bump actions/cache from 2.1.3 to 3.2.4 by @dependabot in #139
- Bump actions/checkout from 2.3.1 to 3.3.0 by @dependabot in #138
- Bump bazelbuild/setup-bazelisk from 1 to 2 by @dependabot in #137
- Bump actions/cache from 3.2.4 to 3.2.5 by @dependabot in #141
- Bump actions/cache from 3.2.5 to 3.2.6 by @dependabot in #142
- Bump actions/cache from 3.2.6 to 3.3.1 by @dependabot in #143
- Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #144
- Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #145
- Update rules_java, rules_jvm_external, bazel_skylib, bazel by @Bencodes in #147
- Move rule attributes to global variable by @davidkurkov in #148
- Add detekt-test target by @davidkurkov in #149
- Bump actions/checkout from 3 to 4 by @dependabot in #150
- Add support for Bzlmod by @Bencodes in #151
- Add BCR configurations by @Bencodes in #152
- Pin Bzlmod rules_detekt_dependencies by @Bencodes in #153
- Update the README with Bzlmod customization information by @Bencodes in #154
- Add back missing WORKSPACE test dependency by @Bencodes in #156
- Fix detekt_version macro documentation by @Bencodes in #155
- Update Detekt 1.22.0 -> 1.23.1 by @Bencodes in #157
- Use detekt_test in the README since the detekt rule was renamed by @Bencodes in #158
- Integrate BCR release CI scripts by @Bencodes in #159
- Add missing ci.bazelrc by @Bencodes in #160
- Don't build manual targets on CI by @Bencodes in #162
New Contributors
- @dependabot made their first contribution in #140
- @davidkurkov made their first contribution in #148
Full Changelog: v0.7.0...v0.8.1