|
|
|
@ -65,10 +65,10 @@
|
|
|
|
|
"function-name": [
|
|
|
|
|
true,
|
|
|
|
|
{
|
|
|
|
|
"function-regex": "^[a-z][\\w\\d]+$",
|
|
|
|
|
"method-regex": "^[a-z][\\w\\d]+$",
|
|
|
|
|
"private-method-regex": "^[a-z][\\w\\d]+$",
|
|
|
|
|
"protected-method-regex": "^[a-z][\\w\\d]+$",
|
|
|
|
|
"function-regex": "^(TEST_)?(_)?[a-z][\\w\\d]+$",
|
|
|
|
|
"method-regex": "^(TEST_)?(_)?[a-z][\\w\\d]+$",
|
|
|
|
|
"private-method-regex": "^(TEST_)?(_)?[a-z][\\w\\d]+$",
|
|
|
|
|
"protected-method-regex": "^(TEST_)?(_)?[a-z][\\w\\d]+$",
|
|
|
|
|
"static-method-regex": "^[a-zA-Z][\\w\\d]+$"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|