Removed in version 0.20.0
. Replaced by FL0067 and FL0068.
Non-public value naming does not match the specified config.
Consistency aides readability.
Update the non-public 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.
{
"nonPublicValuesNames": {
"enabled": true,
"config": {
"naming": "CamelCase",
"underscores": "AllowPrefix"
}
}
}