tree: 38b26d8c25e8a48c6c627ffc61f61013378b8ff0 [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. redundantElvisReturnNull/
  56. redundantEmptyInitializerBlock/
  57. redundantEnumConstructorInvocation/
  58. redundantExplicitType/
  59. redundantGetter/
  60. redundantInnerClassModifier/
  61. redundantLabelMigration/
  62. redundantLambdaArrow/
  63. redundantObjectTypeCheck/
  64. redundantOverride/
  65. redundantRequireNotNullCall/
  66. redundantReturnLabel/
  67. redundantSamConstructor/
  68. redundantSemicolon/
  69. redundantSetter/
  70. redundantSuspend/
  71. redundantUnitExpression/
  72. redundantVisibilityModifier/
  73. redundantWith/
  74. removeCurlyBracesFromTemplate/
  75. removeEmptyParenthesesFromAnnotationEntry/
  76. removeRedundantBackticks/
  77. removeRedundantQualifierName/
  78. removeRedundantSpreadOperator/
  79. removeSetterParameterType/
  80. removeToStringInStringTemplate/
  81. replaceArrayEqualityOpWithArraysEquals/
  82. replaceArrayOfWithLiteral/
  83. replaceAssertBooleanWithAssertEquality/
  84. replaceAssociateFunction/
  85. replaceCollectionCountWithSize/
  86. replaceGuardClauseWithFunctionCall/
  87. replaceJavaStaticMethodWithKotlinAnalog/
  88. replaceManualRangeWithIndicesCalls/
  89. replaceNegatedIsEmptyWithIsNotEmpty/
  90. replaceNotNullAssertionWithElvisReturn/
  91. replacePutWithAssignment/
  92. replaceRangeStartEndInclusiveWithFirstLast/
  93. replaceRangeToWithUntil/
  94. replaceStringFormatWithLiteral/
  95. replaceSubstring/
  96. replaceToStringWithStringTemplate/
  97. replaceToWithInfixForm/
  98. replaceWithEnumMap/
  99. replaceWithOperatorAssignment/
  100. restrictReturnStatementTargetMigration/
  101. safeCastWithReturn/
  102. scopeFunctions/
  103. selfAssignment/
  104. selfReferenceConstructorParameter/
  105. setterBackingFieldAssignment/
  106. simpleRedundantLet/
  107. simplifyAssertNotNull/
  108. simplifyNegatedBinaryExpression/
  109. simplifyWhenWithBooleanConstantCondition/
  110. sortModifiers/
  111. suspiciousAsDynamic/
  112. suspiciousCollectionReassignment/
  113. suspiciousVarProperty/
  114. throwableNotThrown/
  115. trailingComma/
  116. unlabeledReturnInsideLambda/
  117. unnecessaryVariable/
  118. unsafeCastFromDynamic/
  119. unusedLambdaExpressionBody/
  120. unusedMainParameter/
  121. unusedReceiverParameter/
  122. unusedSymbol/
  123. unusedUnaryOperator/
  124. useExpressionBody/
  125. usePropertyAccessSyntax/
  126. warningOnMainUnusedParameterMigration/
  127. whenWithOnlyElse/
  128. wrapUnaryOperator/