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

Tags: ahndwon/detekt

Tags

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NamedArguments: fix false positive with varargs (detekt#3294)

v1.15.0-RC2

Toggle v1.15.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ForbiddenComment rule not checking for KDoc (detekt#3275)

* Fix ForbiddenComment rule not checking for KDoc

ForbiddenComment now analyzes KDoc elements for forbidden comments.
KDoc sections don't inherit from the PsiComment type.
Hence, this rule needs to also gather and analyze KDocSection types.

Fixes detekt#3273

* Remove wildcard import

* Add ForbiddenComment suppression to rule itself

This allows to document rule violations in the noncompliant section.

* Format report statement accordingly

revert back to old style

* Update report message to include the violated value

v1.15.0-RC1

Toggle v1.15.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support sarif as a report type - detekt#3045 (detekt#3132)

* Support sarif as a report type - detekt#3045

* Integrate sarif feedback from @lgolding

* Test the whole sarif report instead of some json paths

* Provide only the short description; we do not have access to the long one programmatically

* Use the plain rule id as sarif rule name; the rule set id is encoded in the sarif rule id

* Remove need for casting by using a when expression

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 and 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)

0