tree: e258ca6c7ff1ed6fad4d2e1ef7213f6c84979063 [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. copyWithoutNamedArguments/
  16. coroutines/
  17. covariantEquals/
  18. delegationToVarProperty/
  19. deprecatedCallableAddReplaceWith/
  20. doubleNegation/
  21. emptyRange/
  22. equalsBetweenInconvertibleTypes/
  23. explicitThis/
  24. foldInitializerAndIfToElvis/
  25. forEachParameterNotUsed/
  26. functionWithLambdaExpressionBody/
  27. implicitNullableNothingType/
  28. implicitThis/
  29. javaCollectionsStaticMethod/
  30. javaMapForEach/
  31. kdocMissingDocumentation/
  32. lateinitVarOverridesLateinitVar/
  33. leakingThis/
  34. liftOut/
  35. mainFunctionReturnUnit/
  36. mapGetWithNotNullAssertionOperator/
  37. mayBeConstant/
  38. memberVisibilityCanBePrivate/
  39. migrateDiagnosticSuppression/
  40. moveLambdaOutsideParentheses/
  41. moveSuspiciousCallableReferenceIntoParentheses/
  42. moveVariableDeclarationIntoWhen/
  43. nestedLambdaShadowedImplicitParameter/
  44. nullableBooleanElvis/
  45. nullChecksToSafeCall/
  46. objectLiteralToLambda/
  47. recursiveEqualsCall/
  48. redundantCompanionReference/
  49. redundantElseInIf/
  50. redundantEmptyInitializerBlock/
  51. redundantEnumConstructorInvocation/
  52. redundantExplicitType/
  53. redundantGetter/
  54. redundantLambdaArrow/
  55. redundantObjectTypeCheck/
  56. redundantOverride/
  57. redundantRequireNotNullCall/
  58. redundantReturnLabel/
  59. redundantSamConstructor/
  60. redundantSemicolon/
  61. redundantSetter/
  62. redundantSuspend/
  63. redundantUnitExpression/
  64. redundantVisibilityModifier/
  65. redundantWith/
  66. removeCurlyBracesFromTemplate/
  67. removeEmptyParenthesesFromAnnotationEntry/
  68. removeRedundantBackticks/
  69. removeRedundantQualifierName/
  70. removeRedundantSpreadOperator/
  71. removeSetterParameterType/
  72. removeToStringInStringTemplate/
  73. replaceArrayEqualityOpWithArraysEquals/
  74. replaceArrayOfWithLiteral/
  75. replaceAssertBooleanWithAssertEquality/
  76. replaceAssociateFunction/
  77. replaceCollectionCountWithSize/
  78. replaceGuardClauseWithFunctionCall/
  79. replaceJavaStaticMethodWithKotlinAnalog/
  80. replaceManualRangeWithIndicesCalls/
  81. replaceNegatedIsEmptyWithIsNotEmpty/
  82. replaceNotNullAssertionWithElvisReturn/
  83. replacePutWithAssignment/
  84. replaceRangeStartEndInclusiveWithFirstLast/
  85. replaceRangeToWithUntil/
  86. replaceStringFormatWithLiteral/
  87. replaceSubstring/
  88. replaceToStringWithStringTemplate/
  89. replaceToWithInfixForm/
  90. replaceWithEnumMap/
  91. replaceWithOperatorAssignment/
  92. safeCastWithReturn/
  93. scopeFunctions/
  94. selfAssignment/
  95. selfReferenceConstructorParameter/
  96. setterBackingFieldAssignment/
  97. simpleRedundantLet/
  98. simplifyAssertNotNull/
  99. simplifyNegatedBinaryExpression/
  100. simplifyWhenWithBooleanConstantCondition/
  101. sortModifiers/
  102. suspiciousAsDynamic/
  103. suspiciousCollectionReassignment/
  104. suspiciousVarProperty/
  105. throwableNotThrown/
  106. unlabeledReturnInsideLambda/
  107. unnecessaryVariable/
  108. unsafeCastFromDynamic/
  109. unusedLambdaExpressionBody/
  110. unusedMainParameter/
  111. unusedReceiverParameter/
  112. unusedSymbol/
  113. unusedUnaryOperator/
  114. useExpressionBody/
  115. usePropertyAccessSyntax/
  116. whenWithOnlyElse/
  117. wrapUnaryOperator/