Tags: roadmapper/detekt
Tags
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
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>
MagicNumber rule: don't check Character, Boolean and null (detekt#3064)
Fix PreferToOverPairSyntax exception (detekt#3046) * Fix PreferToOverPairSyntax exception Closes detekt#3044 * Add space to message text
Fix formatting regression where issues printed the whole filename - C… …loses detekt#2985 (detekt#2988)
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
PreviousNext