Skip to content

Manual Review Patterns

Manual-review patterns are detected where supported, but they are not automatically rewritten.

return ldClient.boolVariation(flagKey, ctx, false);

FlagLint cannot know all runtime key values from static source alone.

return ldClient.variationDetail(flagKey, ctx, false);

OpenFeature detail APIs exist, but LaunchDarkly/OpenFeature detail result parity requires review.

return ldClient.allFlagsState(ctx);

Bulk inventory calls have no single-flag codemod.

Generic variation(...) calls are automatable only when the fallback literal proves the value type.