tree: d28fe126a8ea0d207cbf559ffdf0349eb736b69e [path history] [tgz]
  1. addVarianceModifier/
  2. allOpenSimple/
  3. androidIllegalIdentifiers/
  4. arrayInDataClass/
  5. blockingCallsDetection/
  6. canBeParameter/
  7. canBePrimaryConstructorProperty/
  8. canBeVal/
  9. cleanup/
  10. conflictingExtensionProperty/
  11. constantConditionIf/
  12. convertLambdaToReference/
  13. convertSecondaryToPrimary/
  14. copyWithoutNamedArguments/
  15. coroutines/
  16. dataClassPrivateConstructor/
  17. destructuringWrongName/
  18. dynamic/
  19. emptyRange/
  20. equalsAndHashCode/
  21. forEachParameterNotUsed/
  22. gradleWrongPluginVersion/
  23. hasPlatformType/
  24. incompatibleAPI/
  25. javaCollectionsStaticMethodOnImmutableList/
  26. kt18195/
  27. leakingThis/
  28. memberVisibilityCanBePrivate/
  29. migrationFromClosedRange/
  30. naming/
  31. nullableBooleanElvis/
  32. overridingDeprecatedMember/
  33. protectedInFinal/
  34. publicApiImplicitType/
  35. recursivePropertyAccessor/
  36. redundantIf/
  37. redundantModalityModifier/
  38. redundantNotNullExtensionReceiverOfInline/
  39. redundantSamConstructor/
  40. redundantSemicolon/
  41. redundantSuspendModifier/
  42. redundantUnitReturnType/
  43. redundantVisibilityModifier/
  44. redundantVisibilityModifierWithExplicitApi/
  45. redundantWith/
  46. reformat/
  47. removeSetterParameterType/
  48. removeSingleExpressionStringTemplate/
  49. removeToStringInStringTemplate/
  50. replaceArrayEqualityOpWithArraysEquals/
  51. replaceCallWithComparison/
  52. replaceRangeToWithUntil/
  53. sealedSubClassCanBeObject/
  54. spelling/
  55. suspiciousEqualsCombination/
  56. trailingCommaOffWithCodeStyle/
  57. trailingCommaOffWithoutCodeStyle/
  58. trailingCommaOnWithCodeStyle/
  59. trailingCommaOnWithCodeStyleAndCallSite/
  60. trailingCommaOnWithoutCodeStyle/
  61. twoSetOfTypeparameters/
  62. unusedEquals/
  63. unusedImport/
  64. unusedLambdaExpressionBody/
  65. unusedReceiverParameter/
  66. unusedSymbol/
  67. wrapUnaryOperator/