MeasureTypeNames (FL0047)
Cause
Measure type naming does not match the specified config.
Rationale
Consistency aides readability.
How To Fix
Update the measure type's naming to be consistent with the rules you have specified
Rule Settings
Note, any of the settings below can be omitted and will not be checked.
{
"measureTypeNames": {
"enabled": true,
"config": {
"underscores": "None"
}
}
}
- naming - expected casing of the identifiers: "PascalCase", "CamelCase", "AllUppercase", or "AllLowercase".
- underscores - if underscores are allowed in the identifiers: "AllowPrefix", "AllowInfix", "AllowAny", or "None".
- prefix - prefix string expected on the front of the identifiers.
- suffix - suffix string expected on the end of the identifiers.