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