Namespace naming does not match the specified config.
Consistency aides readability.
Update the namespace'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.
{
"namespaceNames": {
"enabled": true,
"config": {
"naming": "PascalCase",
"underscores": "None"
}
}
}