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

Tags: roadmapper/detekt

Tags

v1.14.2

Toggle v1.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not report vararg arguments which are just passed to a vararg para…

…meter (detekt#3157)

* Do not report vararg parameters which are passed as vararg arguments as they do not create an array copy as of Kotlin 1.1  - Closes detekt#3145

* State that spread operator may lead to a performance penalty not that it must

* Do not report vararg pass through arguments for non type resolution case - Closes detekt#3145

* Exclude guard clauses for ReturnCount

v1.14.1

Toggle v1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump jekyll-redirect-from from 0.15.0 to 0.16.0 in /docs (detekt#3117)

Bumps [jekyll-redirect-from](https://github.com/jekyll/jekyll-redirect-from) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/jekyll/jekyll-redirect-from/releases)
- [Changelog](https://github.com/jekyll/jekyll-redirect-from/blob/master/History.markdown)
- [Commits](jekyll/jekyll-redirect-from@v0.15.0...v0.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Try updating Gradle to 6.7 (detekt#3071)

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com a 10000 nd signed with GitHub’s verified signature. The key has expired.
MagicNumber rule: don't check Character, Boolean and null (detekt#3064)

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix PreferToOverPairSyntax exception (detekt#3046)

* Fix PreferToOverPairSyntax exception

Closes detekt#3044

* Add space to message text

v1.12.0

Toggle v1.12.0's commit message

Verified

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

v1.12.0-RC1

Toggle v1.12.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update from snapshot spek version (detekt#2922)

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix formatting regression where issues printed the whole filename - C…

…loses detekt#2985 (detekt#2988)

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix regression separating classpath entries - detekt#2961 (detekt#2977)

* Fix regression separating classpath entries - detekt#2961

* Use File.pathSeparaterChar to join classpath

* Swap separator chars in comment

v1.11.0

Toggle v1.11.0'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 UnnecessaryApply with disabled type resolution (

…detekt#2963)
0