sonar-cryptography
sonar-cryptography copied to clipboard
Remove `detectionContext instanceof DetectionContext context` from the translation
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.