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