Introduced in 0.20.0
Value with internal visibility's naming does not match the specified config.
Consistency aides readability.
Update the internal value's naming to be consistent with the rules you have specified
Note, any of the settings below can be omitted and will not be checked.
{
"internalValuesNames": {
"enabled": true,
"config": {
"naming": "CamelCase",
"underscores": "AllowPrefix"
}
}
}