Manual Review Patterns
Manual-review patterns are detected where supported, but they are not automatically rewritten.
Dynamic Keys
Section titled “Dynamic Keys”return ldClient.boolVariation(flagKey, ctx, false);FlagLint cannot know all runtime key values from static source alone.
Detail Evaluations
Section titled “Detail Evaluations”return ldClient.variationDetail(flagKey, ctx, false);OpenFeature detail APIs exist, but LaunchDarkly/OpenFeature detail result parity requires review.
Bulk Calls
Section titled “Bulk Calls”return ldClient.allFlagsState(ctx);Bulk inventory calls have no single-flag codemod.
Unknown Fallback Types
Section titled “Unknown Fallback Types”Generic variation(...) calls are automatable only when the fallback literal proves the value type.