A constructor in a pattern has arguments that consist entirely of wildcards e.g. SynPat.Paren(_, _)
The tuple of wildcards can be replaced with a single wildcard.
Replace the tuple with a single wildcard e.g. the example in the cause could be turned into SynPat.Paren(_)
{
"tupleOfWildcards": {
"enabled": true
}
}