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