-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
This is somewhat related to #2553
I have an issue where a path I want to ignore in immutableCheck is somewhat dynamic, so I'd like to use a Regex to match the paths.
However, this doesn't fully work, as trackProperties treats ignorePaths as if they are all string instances
| if (ignorePaths.length && ignorePaths.indexOf(childPath) !== -1) { |
Metadata
Metadata
Assignees
Labels
No labels