Introduced in 0.24.0
Recursive function (function marked with a "rec" keyword) does not invoke itself.
Using "rec" keyword on a function that is not recursive is unnecessary.
Update the function to invoke itself or remove "rec" keyword in case it doesn't need to invoke itself recursively.
{
"unneededRecKeyword": {
"enabled": true
}
}