8000 Tags · crysxd/detekt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: crysxd/detekt

Tags

v1.11.0-RC1

Toggle v1.11.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test performance improvements (detekt#2921)

* Use max 4 workers, test discovery slows down parallel workers

* Use a spek snapshot to improve test discovery time

* Introduce an api test fixture for modules needing just an analysis result

* Use api test fixture in html module

* Use api test fixtures in report-xml module

* Use api test fixtures in metrics module

* Use api test fixtures in core module

* Use single-threaded classpath scanning

* Do not create a kotlin environment upfront

* Move mockk usage to execution phase

* Move KtCompiler creation to execution phase

* Move setup code to execution phase in api module

* Move setup code to execution phase in core module

* Move setup code to execution phase in rules-empty module

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve UnnecessaryApply (detekt#2827)

* Improve documentation of UnnecessaryApply

* Fix snippet format

* Recommend to replace apply to let

v1.10.0-RC1

Toggle v1.10.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix false positive for UnusedPrivateClass on generics (detekt#2793)

* Fix false positive for UnusedPrivateClass on generics

* Make test snippet val private

Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com>

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Inline test cases of CollapsibleIfStatements (detekt#2696)

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extra documentation added to pitfalls section (detekt#2675)

* Extra documentation added to pitfalls section

* Apply suggestions from code review

Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modularize build script by introducing buildSrc module (detekt#2621)

* Extract detekt related build logic to own script in buildSrc

* Add buildSrc/build folder to excludes

* Extract github release to own releasing build file

* Extract common and publishing build part

* Extract versions and sonar plugins to housekeeping script

* Move dokka plugin to buildSrc

* Move jacoco setup to commons plugin

* Automate version updates

* Rename publishing to packaging to avoid conflict with org.gradle.publishing

* Do not increment the version on build configuration phase

* State why build scan is left in settings build file

* Implement task to generate the doc version

* Implement task to update the self analysis version

* Revert dryRun

v1.7.4

Toggle v1.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert missing jcenter warning (detekt#2550) (detekt#2576)

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix valueOrDefaultCommaSeparated throws a ClassCastException (detekt#…

…2566)

* Fix ClassCastException when we try to read an array but the users have an string

* Reduce the visibility of properties

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove ignore:AppVeyor from codecov config (detekt#2540)

Since this repo migrated to GitHub Actions away from TravisCI and AppVeyor, the mentioned declaration is unnecessary.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Kotlin to 1.3.71 (detekt#2507)

0