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