mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* Setup JUnit 5 * Migrate custom-checks tests to JUnit * Set the default JUnit 5 test instance lifecycle mode to "per_class" * Use extension instead of base class to inject KotlinCoreEnvironment Co-authored-by: marschwar <marschwar@users.noreply.github.com> * Update contributor guidelines to reflect usage of JUnit 5 * Fix style issues * Update detekt-test-utils API definition * Update .github/CONTRIBUTING.md Co-authored-by: marschwar <marschwar@users.noreply.github.com> Co-authored-by: Chao Zhang <zhangchao6865@gmail.com>