-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 lints for find_map #4039
Add lints for find_map #4039
Conversation
2491c8d
to
f3f168e
Compare
LGTM. Do you want to add anything else or can the "WIP" in the title be removed? |
ccdf8f0
to
2683884
Compare
I removed the WIP, after the travis build finishes with success. Unless there are more comments it should be good to merge! Thanks! :) |
I guess it's because the note gets to bloaty when the snippet is multiline. If this is done in other lints in this file, I agree that we should also do it here. But you can keep the test. Thanks for trying this out! |
Awesome! just pushed the change bringing back the checks for multiliners |
Thanks! If you squash these last few back and forth commits we can merge this :) |
ca903ac
to
e428862
Compare
Done @flip1995 rebased and squashed a few things 🚀 |
Perfect @bors r+ |
📌 Commit e428862 has been approved by |
Add lints for find_map changelog: adds lints for find_map and filter_map_next. Closes issue #3474 Hope I got everything correctly this time! Let me know if I missed something.
☀️ Test successful - checks-travis, status-appveyor |
changelog: adds lints for find_map and filter_map_next. Closes issue #3474
Hope I got everything correctly this time! Let me know if I missed something.