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