Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/yan.archive.kombo
/
.
/
idea
/
testData
/
inspectionsLocal
tree: 38b26d8c25e8a48c6c627ffc61f61013378b8ff0 [
path history
]
[
tgz
]
addOperatorModifier/
arrayInDataClass/
booleanLiteralArgument/
branched/
canBeVal/
cascadeIf/
collections/
complexRedundantLet/
constantConditionIf/
controlFlowWithEmptyBody/
conventionNameCalls/
convertNaNEquality/
convertPairConstructorToToFunction/
convertSealedSubClassToObject/
convertTwoComparisonsToRangeCheck/
copyWithoutNamedArguments/
coroutines/
covariantEquals/
delegationToVarProperty/
deprecatedCallableAddReplaceWith/
doubleNegation/
emptyRange/
equalsBetweenInconvertibleTypes/
explicitThis/
foldInitializerAndIfToElvis/
forEachParameterNotUsed/
functionWithLambdaExpressionBody/
implicitNullableNothingType/
implicitThis/
javaCollectionsStaticMethod/
javaMapForEach/
kdocMissingDocumentation/
lateinitVarOverridesLateinitVar/
leakingThis/
liftOut/
mainFunctionReturnUnit/
mapGetWithNotNullAssertionOperator/
mayBeConstant/
memberVisibilityCanBePrivate/
migrateDiagnosticSuppression/
moveLambdaOutsideParentheses/
moveSuspiciousCallableReferenceIntoParentheses/
moveVariableDeclarationIntoWhen/
nestedLambdaShadowedImplicitParameter/
nullableBooleanElvis/
nullChecksToSafeCall/
objectLiteralToLambda/
prohibitJvmOverloadsOnConstructorsOfAnnotationClassesMigration/
prohibitRepeatedUseSiteTargetAnnotationsMigration/
prohibitTypeParametersForLocalVariablesMigration/
prohibitUseSiteTargetAnnotationsOnSuperTypesMigration/
recursiveEqualsCall/
redundantCompanionReference/
redundantElseInIf/
redundantElvisReturnNull/
redundantEmptyInitializerBlock/
redundantEnumConstructorInvocation/
redundantExplicitType/
redundantGetter/
redundantInnerClassModifier/
redundantLabelMigration/
redundantLambdaArrow/
redundantObjectTypeCheck/
redundantOverride/
redundantRequireNotNullCall/
redundantReturnLabel/
redundantSamConstructor/
redundantSemicolon/
redundantSetter/
redundantSuspend/
redundantUnitExpression/
redundantVisibilityModifier/
redundantWith/
removeCurlyBracesFromTemplate/
removeEmptyParenthesesFromAnnotationEntry/
removeRedundantBackticks/
removeRedundantQualifierName/
removeRedundantSpreadOperator/
removeSetterParameterType/
removeToStringInStringTemplate/
replaceArrayEqualityOpWithArraysEquals/
replaceArrayOfWithLiteral/
replaceAssertBooleanWithAssertEquality/
replaceAssociateFunction/
replaceCollectionCountWithSize/
replaceGuardClauseWithFunctionCall/
replaceJavaStaticMethodWithKotlinAnalog/
replaceManualRangeWithIndicesCalls/
replaceNegatedIsEmptyWithIsNotEmpty/
replaceNotNullAssertionWithElvisReturn/
replacePutWithAssignment/
replaceRangeStartEndInclusiveWithFirstLast/
replaceRangeToWithUntil/
replaceStringFormatWithLiteral/
replaceSubstring/
replaceToStringWithStringTemplate/
replaceToWithInfixForm/
replaceWithEnumMap/
replaceWithOperatorAssignment/
restrictReturnStatementTargetMigration/
safeCastWithReturn/
scopeFunctions/
selfAssignment/
selfReferenceConstructorParameter/
setterBackingFieldAssignment/
simpleRedundantLet/
simplifyAssertNotNull/
simplifyNegatedBinaryExpression/
simplifyWhenWithBooleanConstantCondition/
sortModifiers/
suspiciousAsDynamic/
suspiciousCollectionReassignment/
suspiciousVarProperty/
throwableNotThrown/
trailingComma/
unlabeledReturnInsideLambda/
unnecessaryVariable/
unsafeCastFromDynamic/
unusedLambdaExpressionBody/
unusedMainParameter/
unusedReceiverParameter/
unusedSymbol/
unusedUnaryOperator/
useExpressionBody/
usePropertyAccessSyntax/
warningOnMainUnusedParameterMigration/
whenWithOnlyElse/
wrapUnaryOperator/