sonar-cryptography icon indicating copy to clipboard operation
sonar-cryptography copied to clipboard

Remove `detectionContext instanceof DetectionContext context` from the translation

Open hugoqnc opened this issue 1 year ago • 0 comments

The translate functions should use a DetectionContext instead of an IDetectionContext. Doing this should allow to remove the unnecessary check detectionContext instanceof DetectionContext context everywhere in the translation.

hugoqnc avatar Sep 27 '24 13:09 hugoqnc