Tags: CodePoem/detekt
Tags
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
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
Improve UnnecessaryApply (detekt#2827) * Improve documentation of UnnecessaryApply * Fix snippet format * Recommend to replace apply to let
PreviousNext