Skip to content
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

option to configure: containsMessage instead of matchMessage in deprecation-workflow.js? #61

Open
LalithaRajanala opened this issue Oct 30, 2018 · 0 comments

Comments

@LalithaRajanala
Copy link

This is my first time opening an issue in ember. Will be very happy to provide more information if needed :)

I love ember-cli-deprecation-workflow addon and I want to use it to handle all the errors where the error message includes certain string. Right now my way to work around it is to say
matchMessage: / This is a deprecated message .* /

Instead, can we have an option to say containsMessage: 'This is deprecated message' ?
This will help me define a string in the message instead of always defining a regex to see if substring is present in a string.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant