failwith
is passed more than one argument e.g. failwith "Divisor cannot be zero." 5
failwith
being passed more than one argument (the error message) is probably a mistake.
Remove the extra arguments.
{
"failwithWithSingleArgument": {
"enabled": true
}
}