detekt v1.7.0-beta2 Release Notes

Release Date: 2020-03-15 // about 4 years ago
  • Notable Changes
    • ๐ŸŽ The Gradle plugin should be on par with the CLI performance-wise
    • ๐Ÿ‘ Good to know: detekt CLI always supported argument files (java -jar detekt-cli.jar @argsfile)
    • ๐Ÿ†• New CLI --version flag
    • ๐Ÿ†• New Rule AbsentOrWrongFileLicense and other rule improvements
    ๐Ÿ”„ Changelog
    • ๐Ÿ—„ Deprecate BaseRule and state that it will be make sealed - #2365 - #2432
    • โž• Add License rule - #2429
    • Skip all guard clauses at function start for ReturnCount - Closes #2342 - #2428
    • Fail if --baseline file not found - #2427
    • โž• Add tests for YamlConfig - #2426
    • Choose a minimum codecov patch coverage ratio - #2425
    • Include ruleset-suppression feature doc - #2424
    • โž• Add Groovy DSL example for jvmTarget to homepage - #2423
    • โž• Add groovy dsl example for jvmTarget - Closes #2408 - #2422
    • ๐Ÿ—„ Deprecate hierarchical config - #2421
    • ๐Ÿ—„ Deprecate implementations of Config - #2420
    • โœ‚ Remove YAML Extension Requirement - #2419
    • โšก๏ธ Update Spek version to 2.0.10 - #2418
    • file does not end with .yml! - #2417
    • Disable autoCorrect property for all rules if global flag is set to false - #2413
    • ๐Ÿš€ Release 1.7.0 beta - #2409
    • Stop using kotlin-reflect - #2405
    • Stop compiling with experimental flag - #2404
    • Only post a code coverage patch status to PRs - #2402
    • ExplicitCollectionElementAccessMethod: Don't report on nullable collection - #2401
    • Discourage new Case files - #2399
    • ๐Ÿ‘ท Use argsfiles for CI - #2397
    • โšก๏ธ Update to Kotlin v1.3.70 - #2396
    • ๐Ÿ›  Fix typo in VersionPrinter test - #2395
    • โž• Add documentation for cli --version flag - #2392
    • ExplicitCollectionElementAccessMethod: Do not report map?.get("foo") - #2391
    • โšก๏ธ Update Gradle to 6.2.1 - #2390
    • Do not report conditional elvis continue statements - Closes#2388 - #2389
    • False positive: UnconditionalJumpStatementInLoop with elvis operator ?: - #2388
    • ๐Ÿ”จ Refactor getting the detekt version for readability - #2387
    • Create less objects and sets when creating findings id map - #2385
    • โž• Add --version to cli - #2383
    • โž• Add --version CLI option - #2382
    • โž• Add test cases for cli/runners package - #2381
    • Sort and run correctable rules first - #2341 - #2378
    • Should fail if --baseline file does not found? - #2374
    • ๐Ÿ—„ Deprecate rule set methods which expose implementation details of detekt-core - #2366
    • ๐Ÿ—„ Deprecate api's exposing detekt-core implementation details - #2365
    • ReturnCount excludeGuardClauses not working - #2342
    • Mixing autocorrectable and non correctable rules results in obsolete issue locations for reports - #2341
    • ๐Ÿ‘ Allow Detekt CLI to take an args file. - #2318
    • Call detekt reflectively - #2282
    • Copyright header rule for Kotlin files - #1515 - #2077
    • Detekt gradle is much slower than the jar - #2035
    • Cases files are super rigorous to work with - #1089

    ๐Ÿ‘€ See all issues at: 1.7.0