navigation

NestedFunctionNames (FL0081)

Introduced in 0.21.8

Cause

Nested function naming does not match the specified config.

Rationale

Consistency aides readability.

How To Fix

Update the nested function names to be consistent with the rules you have specified.

Rule Settings

{
    "NestedFunctionNames": {
        "enabled": false,
        "config": {
            "naming": "CamelCase",
            "underscores": "None"
        }
    }
}