Introduced in 0.21.8
Unnested function naming does not match the specified config.
Consistency aides readability.
Update the unnested function names to be consistent with the rules you have specified.
{
"UnnestedFunctionNames": {
"enabled": false,
"config": {
"naming": "PascalCase",
"underscores": "None"
}
}
}