Releases: Faire/faire-detekt-rules
Releases · Faire/faire-detekt-rules
v0.4.0 - Kotlin 2.0.0
v0.3.0
What's Changed
- release: Fix release scripts to pass
--no-configuration-cache
by @Nava2 in #45 - Bump com.vanniktech.maven.publish from 0.28.0 to 0.29.0 by @dependabot in #47
- Add DoNotAssertIsEqualOnTheResultOfSingle rule by @ruhigesAuge in #48
- Bump junit-platform from 1.10.2 to 1.10.3 by @dependabot in #50
- Bump junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #49
- release: Fix env var names by @Nava2 in #51
- Change to use in-memory signing key by @AndrewZeitler in #52
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by @dependabot in #57
- Bump detekt from 1.23.6 to 1.23.7 by @dependabot in #59
- Bump junit-platform from 1.10.3 to 1.11.0 by @dependabot in #56
- Bump junit-jupiter from 5.10.3 to 5.11.0 by @dependabot in #55
- chore: Upgrade Gradle Version by @Nava2 in #60
- chore: Setup release v0.3.0 by @Nava2 in #61
New Contributors
- @ruhigesAuge made their first contribution in #48
Full Changelog: v0.2.5...v0.3.0
v0.2.5 - New rules: `NoDuplicateKeysInMapOf`, `WithReceiverShouldHaveMultipleActions`
What's Changed
- Update README to use maven depdendency + remove jitpack by @Adriel-M in #40
- Add NoDuplicateKeysInMapOf rule by @nathanleung in #41
- Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre by @dependabot in #39
- Rule: Require more than one statement per
with
block by @artureiji in #42 - Publish to gradle after publishing a new version on github by @Adriel-M in #44
- Release: Prepare for v0.2.5, update Release pattern. by @Nava2 in #43
New Contributors
- @Adriel-M made their first contribution in #40
- @nathanleung made their first contribution in #41
- @artureiji made their first contribution in #42
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Add maven publishing by @AndrewZeitler in #35
- Add DoNotUseIsOneAssertions rule by @nakulpathak3 in #37
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
What's Changed
- Bump jvm from 1.9.22 to 1.9.23 by @dependabot in #27
- Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre by @dependabot in #28
- Bump detektVersion from 1.23.5 to 1.23.6 by @dependabot in #29
- Bump detektVersion from 1.23.5 to 1.23.6 by @dependabot in #30
- Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre by @dependabot in #31
- Bump jvm from 1.9.23 to 1.9.24 by @dependabot in #33
- Create new rule: NoFunctionReferenceToJavaClass by @Hexcles in #32
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1 - Add NoExtensionFunctionOnNullableReceiver
What's Changed
- Add rule to ban extension functions on nullable receivers by @mgulbronson in #26
New Contributors
- @mgulbronson made their first contribution in #26
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - Java and Detekt upgrade
What's Changed
- Build with Java 21
- Upgrade to detekt v1.23.5
Change log
- Add more info to the README by @travisMiehm in #8
- Fix README typos by @bpoland in #10
- Setup and appease detekt by @travisMiehm in #9
- Chore: Setup dependabot by @Nava2 in #11
- Actions: Run only on PR event or
main
push by @Nava2 in #12 - Bump junit-platform from 1.9.3 to 1.10.1 by @dependabot in #15
- Bump org.gradle.toolchains.foojay-resolver-convention from 0.5.0 to 0.8.0 by @dependabot in #18
- Bump jvm from 1.9.20 to 1.9.22 by @dependabot in #17
- Bump junit-jupiter from 5.9.3 to 5.10.1 by @dependabot in #13
- Bump com.google.guava:guava from 32.1.2-jre to 33.0.0-jre by @dependabot in #19
- Bump detektVersion from 1.23.4 to 1.23.5 by @dependabot in #20
- Bump detektVersion from 1.23.4 to 1.23.5 by @dependabot in #23
- Bump junit-platform from 1.10.1 to 1.10.2 by @dependabot in #21
- Bump junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in #22
- chore: Upgrade gradle + Java by @Nava2 in #24
- chore: Clean-up utility method that is public in
detekt-api
by @Nava2 in #25
New Contributors
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Initial realease