tree: 72bf0a0a0f3b7e50b54b258ff5a74fdd36bf2a7f [path history] [tgz]
  1. addOperatorModifier/
  2. arrayInDataClass/
  3. booleanLiteralArgument/
  4. branched/
  5. canBeVal/
  6. cascadeIf/
  7. collections/
  8. complexRedundantLet/
  9. constantConditionIf/
  10. controlFlowWithEmptyBody/
  11. conventionNameCalls/
  12. convertNaNEquality/
  13. convertPairConstructorToToFunction/
  14. convertSealedSubClassToObject/
  15. convertTwoComparisonsToRangeCheck/
  16. copyWithoutNamedArguments/
  17. coroutines/
  18. covariantEquals/
  19. delegationToVarProperty/
  20. deprecatedCallableAddReplaceWith/
  21. doubleNegation/
  22. emptyRange/
  23. equalsBetweenInconvertibleTypes/
  24. explicitThis/
  25. foldInitializerAndIfToElvis/
  26. forEachParameterNotUsed/
  27. functionWithLambdaExpressionBody/
  28. implicitNullableNothingType/
  29. implicitThis/
  30. incompleteDestructuringInspection/
  31. javaCollectionsStaticMethod/
  32. javaMapForEach/
  33. kdocMissingDocumentation/
  34. lateinitVarOverridesLateinitVar/
  35. leakingThis/
  36. liftOut/
  37. logging/
  38. mainFunctionReturnUnit/
  39. mapGetWithNotNullAssertionOperator/
  40. mayBeConstant/
  41. memberVisibilityCanBePrivate/
  42. migrateDiagnosticSuppression/
  43. moveLambdaOutsideParentheses/
  44. moveSuspiciousCallableReferenceIntoParentheses/
  45. moveVariableDeclarationIntoWhen/
  46. nestedLambdaShadowedImplicitParameter/
  47. nullableBooleanElvis/
  48. nullChecksToSafeCall/
  49. objectLiteralToLambda/
  50. prohibitJvmOverloadsOnConstructorsOfAnnotationClassesMigration/
  51. prohibitRepeatedUseSiteTargetAnnotationsMigration/
  52. prohibitTypeParametersForLocalVariablesMigration/
  53. prohibitUseSiteTargetAnnotationsOnSuperTypesMigration/
  54. recursiveEqualsCall/
  55. redundantCompanionReference/
  56. redundantElseInIf/
  57. redundantElvisReturnNull/
  58. redundantEmptyInitializerBlock/
  59. redundantEnumConstructorInvocation/
  60. redundantExplicitType/
  61. redundantGetter/
  62. redundantInnerClassModifier/
  63. redundantLabelMigration/
  64. redundantLambdaArrow/
  65. redundantNullableReturnType/
  66. redundantObjectTypeCheck/
  67. redundantOverride/
  68. redundantRequireNotNullCall/
  69. redundantReturnLabel/
  70. redundantSamConstructor/
  71. redundantSemicolon/
  72. redundantSetter/
  73. redundantSuspend/
  74. redundantUnitExpression/
  75. redundantVisibilityModifier/
  76. redundantWith/
  77. removeCurlyBracesFromTemplate/
  78. removeEmptyParenthesesFromAnnotationEntry/
  79. removeRedundantBackticks/
  80. removeRedundantQualifierName/
  81. removeRedundantSpreadOperator/
  82. removeSetterParameterType/
  83. removeToStringInStringTemplate/
  84. replaceArrayEqualityOpWithArraysEquals/
  85. replaceArrayOfWithLiteral/
  86. replaceAssertBooleanWithAssertEquality/
  87. replaceAssociateFunction/
  88. replaceCollectionCountWithSize/
  89. replaceGuardClauseWithFunctionCall/
  90. replaceJavaStaticMethodWithKotlinAnalog/
  91. replaceManualRangeWithIndicesCalls/
  92. replaceNegatedIsEmptyWithIsNotEmpty/
  93. replaceNotNullAssertionWithElvisReturn/
  94. replacePutWithAssignment/
  95. replaceRangeStartEndInclusiveWithFirstLast/
  96. replaceRangeToWithUntil/
  97. replaceStringFormatWithLiteral/
  98. replaceSubstring/
  99. replaceToStringWithStringTemplate/
  100. replaceToWithInfixForm/
  101. replaceWithEnumMap/
  102. replaceWithIgnoreCaseEquals/
  103. replaceWithOperatorAssignment/
  104. restrictReturnStatementTargetMigration/
  105. safeCastWithReturn/
  106. scopeFunctions/
  107. selfAssignment/
  108. selfReferenceConstructorParameter/
  109. setterBackingFieldAssignment/
  110. simpleRedundantLet/
  111. simplifyAssertNotNull/
  112. simplifyNegatedBinaryExpression/
  113. simplifyNestedEachInScope/
  114. simplifyWhenWithBooleanConstantCondition/
  115. sortModifiers/
  116. suspiciousAsDynamic/
  117. suspiciousCollectionReassignment/
  118. suspiciousVarProperty/
  119. throwableNotThrown/
  120. trailingComma/
  121. unlabeledReturnInsideLambda/
  122. unnecessaryVariable/
  123. unsafeCastFromDynamic/
  124. unusedDataClassCopyResult/
  125. unusedEquals/
  126. unusedLambdaExpressionBody/
  127. unusedMainParameter/
  128. unusedReceiverParameter/
  129. unusedSymbol/
  130. unusedUnaryOperator/
  131. useExpressionBody/
  132. usePropertyAccessSyntax/
  133. warningOnMainUnusedParameterMigration/
  134. whenWithOnlyElse/
  135. wrapUnaryOperator/