Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.3.40-backup
/
.
/
idea
/
testData
/
inspectionsLocal
tree: 29888b6198699924e305e208a63da573ae00162d [
path history
]
[
tgz
]
arrayInDataClass/
booleanLiteralArgument/
branched/
canBeVal/
cascadeIf/
collections/
constantConditionIf/
conventionNameCalls/
convertNaNEquality/
convertPairConstructorToToFunction/
convertSealedSubClassToObject/
copyWithoutNamedArguments/
coroutines/
covariantEquals/
delegationToVarProperty/
deprecatedCallableAddReplaceWith/
doubleNegation/
emptyRange/
explicitThis/
forEachParameterNotUsed/
functionWithLambdaExpressionBody/
implicitNullableNothingType/
implicitThis/
javaCollectionsStaticMethod/
javaMapForEach/
kdocMissingDocumentation/
leakingThis/
liftOut/
mainFunctionReturnUnit/
mapGetWithNotNullAssertionOperator/
mayBeConstant/
memberVisibilityCanBePrivate/
migrateDiagnosticSuppression/
moveLambdaOutsideParentheses/
moveSuspiciousCallableReferenceIntoParentheses/
moveVariableDeclarationIntoWhen/
nestedLambdaShadowedImplicitParameter/
nullableBooleanElvis/
nullChecksToSafeCall/
objectLiteralToLambda/
recursiveEqualsCall/
redundantCompanionReference/
redundantElseInIf/
redundantEnumConstructorInvocation/
redundantExplicitType/
redundantGetter/
redundantLambdaArrow/
redundantObjectTypeCheck/
redundantOverride/
redundantRequireNotNullCall/
redundantReturnLabel/
redundantSamConstructor/
redundantSemicolon/
redundantSetter/
redundantSuspend/
redundantUnitExpression/
redundantVisibilityModifier/
redundantWith/
removeEmptyParenthesesFromAnnotationEntry/
removeRedundantBackticks/
removeRedundantQualifierName/
removeRedundantSpreadOperator/
removeSetterParameterType/
removeToStringInStringTemplate/
replaceArrayEqualityOpWithArraysEquals/
replaceArrayOfWithLiteral/
replaceAssertBooleanWithAssertEquality/
replaceAssociateFunction/
replaceCollectionCountWithSize/
replaceJavaStaticMethodWithKotlinAnalog/
replaceNegatedIsEmptyWithIsNotEmpty/
replaceNotNullAssertionWithElvisReturn/
replacePutWithAssignment/
replaceRangeStartEndInclusiveWithFirstLast/
replaceRangeToWithUntil/
replaceSingleLineLet/
replaceStringFormatWithLiteral/
replaceToStringWithStringTemplate/
replaceToWithInfixForm/
replaceWithEnumMap/
replaceWithOperatorAssignment/
safeCastWithReturn/
scopeFunctions/
selfAssignment/
selfReferenceConstructorParameter/
setterBackingFieldAssignment/
simplifyAssertNotNull/
simplifyNegatedBinaryExpression/
simplifyWhenWithBooleanConstantCondition/
sortModifiers/
suspiciousAsDynamic/
suspiciousCollectionReassignment/
suspiciousVarProperty/
throwableNotThrown/
unlabeledReturnInsideLambda/
unnecessaryVariable/
unsafeCastFromDynamic/
unusedLambdaExpressionBody/
unusedMainParameter/
unusedReceiverParameter/
unusedSymbol/
useExpressionBody/
usePropertyAccessSyntax/
whenWithOnlyElse/
wrapUnaryOperator/