failwithf
is passed more arguments than the format string (first argument) species e.g. failwithf "%d" 5 5
failwithf
being passed more arguments than the format string (first argument) specifies is probably a mistake.
Remove the extra arguments.
{
"failwithfWithArgumentsMatchingFormatString": {
"enabled": true
}
}