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