-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
priority: couldNice to haveNice to have
Description
When we merge #46 into main we will get the following warnings from node:
Line 72:18: Unexpected control character(s) in regular expression: \x00, \x0f no-control-regex
Line 73:18: Unexpected control character(s) in regular expression: \x10, \x1f no-control-regex
Line 86:18: Unexpected control character(s) in regular expression: \x00, \x0f no-control-regex
Line 87:18: Unexpected control character(s) in regular expression: \x10, \x1f no-control-regexI don't know if we want to flat out ignore these warnings (Rick disagrees). We definitely shouldn't include any weird control chars in a regex but I don't foresee this occurring in normal operations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: couldNice to haveNice to have