tree: c92e02c1d006858e8fe5f69ce8fc8605111917ce
  1. arrayInDataClass/
  2. booleanLiteralArgument/
  3. branched/
  4. canBeVal/
  5. cascadeIf/
  6. collections/
  7. constantConditionIf/
  8. conventionNameCalls/
  9. convertPairConstructorToToFunction/
  10. convertSealedSubClassToObject/
  11. copyWithoutNamedArguments/
  12. coroutines/
  13. delegationToVarProperty/
  14. deprecatedCallableAddReplaceWith/
  15. doubleNegation/
  16. emptyRange/
  17. explicitThis/
  18. forEachParameterNotUsed/
  19. functionWithLambdaExpressionBody/
  20. ImplicitNullableNothingType/
  21. implicitThis/
  22. javaCollectionsStaticMethod/
  23. kdocMissingDocumentation/
  24. leakingThis/
  25. liftOut/
  26. mainFunctionReturnUnit/
  27. mapGetWithNotNullAssertionOperator/
  28. mayBeConstant/
  29. memberVisibilityCanBePrivate/
  30. migrateDiagnosticSuppression/
  31. moveLambdaOutsideParentheses/
  32. moveSuspiciousCallableReferenceIntoParentheses/
  33. nestedLambdaShadowedImplicitParameter/
  34. nullableBooleanElvis/
  35. nullChecksToSafeCall/
  36. objectLiteralToLambda/
  37. recursiveEqualsCall/
  38. redundantCompanionReference/
  39. redundantElseInIf/
  40. redundantEnumConstructorInvocation/
  41. redundantExplicitType/
  42. redundantGetter/
  43. redundantLambdaArrow/
  44. redundantObjectTypeCheck/
  45. redundantOverride/
  46. redundantRequireNotNullCall/
  47. redundantReturnLabel/
  48. redundantSamConstructor/
  49. redundantSemicolon/
  50. redundantSetter/
  51. redundantSuspend/
  52. redundantUnitExpression/
  53. redundantVisibilityModifier/
  54. redundantWith/
  55. removeEmptyParenthesesFromAnnotationEntry/
  56. removeRedundantBackticks/
  57. removeRedundantSpreadOperator/
  58. removeSetterParameterType/
  59. removeToStringInStringTemplate/
  60. replaceArrayEqualityOpWithArraysEquals/
  61. replaceArrayOfWithLiteral/
  62. replaceArraysCopyOfWithCopyOf/
  63. replaceAssertBooleanWithAssertEquality/
  64. replaceNegatedIsEmptyWithIsNotEmpty/
  65. replacePutWithAssignment/
  66. replaceRangeToWithUntil/
  67. replaceSingleLineLet/
  68. replaceStringFormatWithLiteral/
  69. replaceToStringWithStringTemplate/
  70. replaceToWithInfixForm/
  71. replaceWithOperatorAssignment/
  72. safeCastWithReturn/
  73. scopeFunctions/
  74. selfAssignment/
  75. setterBackingFieldAssignment/
  76. simplifyAssertNotNull/
  77. simplifyNegatedBinaryExpression/
  78. simplifyWhenWithBooleanConstantCondition/
  79. sortModifiers/
  80. suspiciousAsDynamic/
  81. suspiciousCollectionReassignment/
  82. suspiciousVarProperty/
  83. unlabeledReturnInsideLambda/
  84. unnecessaryVariable/
  85. unsafeCastFromDynamic/
  86. unusedLambdaExpressionBody/
  87. unusedMainParameter/
  88. unusedReceiverParameter/
  89. unusedSymbol/
  90. useExpressionBody/
  91. whenWithOnlyElse/
  92. wrapUnaryOperator/