-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add validation to timestamp and tag fields Timestamp and tag fields shouldnt start or end with dot Todo: Implement tests * ensure we validate escaped string * add test for tag validation * fix linter * Endwith dont need to be checked with string literal `//.` and `.` should end in the same way Also address review comment about `['//.']` -> `"//."` --------- Co-authored-by: sravan <[email protected]> Co-authored-by: Paul Masurel <[email protected]>
- Loading branch information
1 parent
afc81b0
commit 751fa77
Showing
1 changed file
with
126 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