Skip to content

v1.4.2

Compare
Choose a tag to compare
@mccartney mccartney released this 27 Mar 11:45
· 433 commits to master since this release

Several false-positives got fixed, for the following inspections:

  • #266 - VariableShadowing
  • #310 - ExistsSimplifiableToContains
  • #267 - UnnecessaryConversion

New inspections have been added:

  • #268 - RepeatedIfElseBody
  • #270 - actually that's an amendment to SwallowedException

Descriptions and help text for inspections have been revised and amended in #281

Also, several internal improvements were made - with the release process, employing Scala Steward for dependency upgrades, etc.