Skip to content

Releases: Faire/faire-detekt-rules

v0.4.0 - Kotlin 2.0.0

11 Sep 13:20
ff6986a
Compare
Choose a tag to compare
v0.4.0 - Kotlin 2.0.0 Pre-release
Pre-release

What's Changed

  • 54: Upgrade to Kotlin 2.0.20 by @Nava2 in #62

Full Changelog: v0.3.0...v0.4.0

v0.3.0

10 Sep 17:56
5abebfc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.3.0

v0.2.5 - New rules: `NoDuplicateKeysInMapOf`, `WithReceiverShouldHaveMultipleActions`

14 Jun 16:57
fd88b68
Compare
Choose a tag to compare

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

Full Changelog: v0.2.4...v0.2.5

v0.2.4

23 May 15:53
c5e4a96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

07 May 18:48
ae51aa4
Compare
Choose a tag to compare

What's Changed

  • Fix documentation for NoFunctionReferenceToJavaClass by @Hexcles in #34

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 May 17:39
c972cc8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1 - Add NoExtensionFunctionOnNullableReceiver

06 Mar 22:50
8ec1632
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - Java and Detekt upgrade

16 Feb 23:20
c860491
Compare
Choose a tag to compare

What's Changed

  • Build with Java 21
  • Upgrade to detekt v1.23.5

Change log

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

15 Dec 15:22
dd5280f
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
Initial realease