You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intent of the regex pattern in custom rule, array_constructor is to catch something like let foo = [String](), however, it's causing a false positive on a properly initialized array like let foo = [Bar()].