Member Name
Checks that instance variable names conform to a format specified by the format
property.
Configuration
{
"type": "MemberName",
"props": {
"severity": "ERROR",
"format": "^[a-z][a-zA-Z0-9]*$",
"tokens": [
"PUBLIC",
"PRIVATE",
"TYPEDEF"
]
}
}