Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 17:01
· 4 commits to master since this release
ba9ffd5

Added

  • KotlinAssertionDetector prohibits use of kotlin.assert in tests
  • Quick fixes for null check and equality tests for UnusedAssertkAssertion
  • Quick fixes for common junit 4 assertions detected by TestFrameworkAssertionDetector
  • Quick fixes for common kotlin.test assertions cases detected by TestFrameworkAssertionDetector

Fixed

  • Fully qualified function call handling is improved across several detectors