Description of the false positive
I've got the following false positive Suspicious character range that is equivalent to [. for JS codebase for the following RegExps which I think completely fine (I've checked the blocks):
/^([ァ-ヾ]|[ァ-ン゙゚])+$/;
/[0-90-9]/
Unicode blocks to verify the ranges:
Description of the false positive
I've got the following false positive
Suspicious character range that is equivalent to [.for JS codebase for the following RegExps which I think completely fine (I've checked the blocks):/^([ァ-ヾ]|[ァ-ン゙゚])+$/;/[0-90-9]/Unicode blocks to verify the ranges: