-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`tasks.md` mentioned that the parameter names should follow the following rules. But we didn't enforce it. - Must only contain alphanumeric characters, hyphens (-), underscores (_), and dots (.). - Must begin with a letter or an underscore (_). In this commit, we enforce the rules. If invalid name format is found, validation webhook will complain.
- Loading branch information
1 parent
1c8447d
commit 9c0e081
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters