tree: 6592f4fb1aa7db19e23fe6ef5a92aac756d3bf35 [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. javaCollectionsStaticMethod/
  31. javaMapForEach/
  32. kdocMissingDocumentation/
  33. lateinitVarOverridesLateinitVar/
  34. leakingThis/
  35. liftOut/
  36. mainFunctionReturnUnit/
  37. mapGetWithNotNullAssertionOperator/
  38. mayBeConstant/
  39. memberVisibilityCanBePrivate/
  40. migrateDiagnosticSuppression/
  41. moveLambdaOutsideParentheses/
  42. moveSuspiciousCallableReferenceIntoParentheses/
  43. moveVariableDeclarationIntoWhen/
  44. nestedLambdaShadowedImplicitParameter/
  45. nullableBooleanElvis/
  46. nullChecksToSafeCall/
  47. objectLiteralToLambda/
  48. prohibitJvmOverloadsOnConstructorsOfAnnotationClassesMigration/
  49. prohibitRepeatedUseSiteTargetAnnotationsMigration/
  50. prohibitTypeParametersForLocalVariablesMigration/
  51. prohibitUseSiteTargetAnnotationsOnSuperTypesMigration/
  52. recursiveEqualsCall/
  53. redundantCompanionReference/
  54. redundantElseInIf/
  55. redundantEmptyInitializerBlock/
  56. redundantEnumConstructorInvocation/
  57. redundantExplicitType/
  58. redundantGetter/
  59. redundantLabelMigration/
  60. redundantLambdaArrow/
  61. redundantObjectTypeCheck/
  62. redundantOverride/
  63. redundantRequireNotNullCall/
  64. redundantReturnLabel/
  65. redundantSamConstructor/
  66. redundantSemicolon/
  67. redundantSetter/
  68. redundantSuspend/
  69. redundantUnitExpression/
  70. redundantVisibilityModifier/
  71. redundantWith/
  72. removeCurlyBracesFromTemplate/
  73. removeEmptyParenthesesFromAnnotationEntry/
  74. removeRedundantBackticks/
  75. removeRedundantQualifierName/
  76. removeRedundantSpreadOperator/
  77. removeSetterParameterType/
  78. removeToStringInStringTemplate/
  79. replaceArrayEqualityOpWithArraysEquals/
  80. replaceArrayOfWithLiteral/
  81. replaceAssertBooleanWithAssertEquality/
  82. replaceAssociateFunction/
  83. replaceCollectionCountWithSize/
  84. replaceGuardClauseWithFunctionCall/
  85. replaceJavaStaticMethodWithKotlinAnalog/
  86. replaceManualRangeWithIndicesCalls/
  87. replaceNegatedIsEmptyWithIsNotEmpty/
  88. replaceNotNullAssertionWithElvisReturn/
  89. replacePutWithAssignment/
  90. replaceRangeStartEndInclusiveWithFirstLast/
  91. replaceRangeToWithUntil/
  92. replaceStringFormatWithLiteral/
  93. replaceSubstring/
  94. replaceToStringWithStringTemplate/
  95. replaceToWithInfixForm/
  96. replaceWithEnumMap/
  97. replaceWithOperatorAssignment/
  98. restrictReturnStatementTargetMigration/
  99. safeCastWithReturn/
  100. scopeFunctions/
  101. selfAssignment/
  102. selfReferenceConstructorParameter/
  103. setterBackingFieldAssignment/
  104. simpleRedundantLet/
  105. simplifyAssertNotNull/
  106. simplifyNegatedBinaryExpression/
  107. simplifyWhenWithBooleanConstantCondition/
  108. sortModifiers/
  109. suspiciousAsDynamic/
  110. suspiciousCollectionReassignment/
  111. suspiciousVarProperty/
  112. throwableNotThrown/
  113. trailingComma/
  114. unlabeledReturnInsideLambda/
  115. unnecessaryVariable/
  116. unsafeCastFromDynamic/
  117. unusedLambdaExpressionBody/
  118. unusedMainParameter/
  119. unusedReceiverParameter/
  120. unusedSymbol/
  121. unusedUnaryOperator/
  122. useExpressionBody/
  123. usePropertyAccessSyntax/
  124. warningOnMainUnusedParameterMigration/
  125. whenWithOnlyElse/
  126. wrapUnaryOperator/