-
Notifications
You must be signed in to change notification settings - Fork 41
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 a Money/UnsafeToMoney cop #264
Conversation
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.
LGTM 👍
Seems like there are no "code-owners" defined? But I think this change should be harmless given that it's adding an optional cop. Should also be safe to revert if anything;
I wonder if we should link this comment in the code as a justification for the cop? I really don't feel strongly : #250 (comment)
cc @elfassy
Thanks for this PR! ❤️ |
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 would also suggest including the new cop in the README,
PR to deprecated the legacy behaviour for new apps #267 |
Prevents a potentially dangerous use of the Fuzzy parser.
See comment for detail and #250 (comment) for context