Checks of type is specified or not for member variables.
Configuration
{
"type": "Type",
"props": {
"severity": "INFO",
"ignoreEnumAbstractValues": true
}
}
Options
ignoreEnumAbstractValues
- Ignores variables in @:enum abstract
/ enum abstract
@:enum abstract MyEnum(String) {
var ConstantValue = "ConstantValue";
}