-
Notifications
You must be signed in to change notification settings - Fork 34
nameOfTags
SPGoding edited this page Apr 26, 2020
·
1 revision
Enforce a consistent entity tag naming convention.
- (
"camelCase"
) - (
"PascalCase"
) - (
"snake_case"
) - (
"SCREAMING_SNAKE_CASE"
) - (
"kebab-case"
)
{
"nameOfTags": null
}
tag @s add testObjective
tag @s add TestObjective
tag @s add test_objective
tag @s add TEST_OBJECTIVE
tag @s add test-objective
{
"nameOfTags": ["warning", "snake_case"]
}
tag @s add test_objective
tag @s add testObjective
tag @s add TestObjective
tag @s add TEST_OBJECTIVE
tag @s add test-objective
This rule was introduced in DHP 2.0.0.