Skip to content

Commit a88fb83

Browse files
committed
added sample for enum member names
1 parent 30a2ca5 commit a88fb83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

haxe-checkstyle/membername.md

+9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ Checks that instance variable names conform to a format specified by the `format
1919
"CLASS"
2020
]
2121
}
22+
},
23+
{
24+
"type": "MemberName",
25+
"props": {
26+
"format": "^[A-Z][a-zA-Z0-9]*$",
27+
"tokens": [
28+
"ENUM"
29+
]
30+
}
2231
}
2332
```
2433

0 commit comments

Comments
 (0)