v0.8.2.0
Pre-release
Pre-release
Using Bzlmod
Add to your MODULE.bazel file:
bazel_dep(name = "rules_detekt", version = "0.8.2.0")What's Changed
- Add support for custom URL templates by @ryanulep in #202
- Update the README to have additional details on bazel_rules_detekt and configuration by @ryanulep in #203
- Expand detekt_test attributes to align with the Detekt CLI by @ryanulep in #204
- Add compatibility matrix for bazel_rules_detekt to README by @ryanulep in #205
- Improve Stardoc docs generation for detekt rule by @ryanulep in #206
- Add AI tooling files to .gitignore by @ryanulep in #210
- Update Bazel to 9.1.0 by @Bencodes in #225
- Depend on rules_android by @Bencodes in #224
- Add type resolution support to Detekt rules by @oliviernotteghem in #223
- Bump actions/cache from 4 to 6 by @dependabot[bot] in #228
- Drop support for WORKSPACE by @Bencodes in #229
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #227
- Upgrade rules_kotlin, rules_android, bazel_worker_api, rules_java by @Bencodes in #230
- Extract result validation into template file by @Bencodes in #231
- Expand test coverage by @Bencodes in #232
- Merge tests with integration tests by @Bencodes in #233
- Add test matrix to CI + format build files by @Bencodes in #234
- Rename final_result.sh.tpl -> result_script.sh.tpl by @Bencodes in #235
- Use pre-compiled protos by @Bencodes in #236
- Fix BCR publishing by @Bencodes in #238
New Contributors
- @ryanulep made their first contribution in #202
- @oliviernotteghem made their first contribution in #223
Full Changelog: v0.8.1.13...v0.8.2.0