Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add spEnrichedFilter #60
Add spEnrichedFilter #60
Changes from 13 commits
ba71200
fc495fd
d9cd827
cd5e8a4
39c4c8c
d09af8a
1469b99
5a5002a
03793bf
c5f7064
0e019f7
e98d953
8428a31
3b10912
2d46288
79ebc62
09a8e0d
9e49dfd
83f36db
1c40689
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be nice having something more meaningful in the error message than an enormous regex to help in actually solving the problem - if it's too much information to put in an error message maybe a link back to some documentation would help instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I wrote this same comment during my review when I was trying to understand what the regex did but that comment seems to have vanished 🤷. This regex is hard enough to understand and I agree, doesn't make it clear what valid examples would be from my point of view. I think one or two, short, valid examples would be better in the error.