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