-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Optionally disable consider-using-join for non-empty separator #9129
Optionally disable consider-using-join for non-empty separator #9129
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.
Looks pretty good already 👍
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #9129 +/- ##
=======================================
Coverage 95.76% 95.76%
=======================================
Files 173 173
Lines 18676 18680 +4
=======================================
+ Hits 17885 17889 +4
Misses 791 791
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Only suggest joining with separators when a new option 'suggest-join-with-non-empty-separator' is specified.
Co-authored-by: Pierre Sassoulas <[email protected]>
Co-authored-by: Pierre Sassoulas <[email protected]>
1cabef4
to
f9ff7d7
Compare
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit f9ff7d7 |
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.
Great MR, thank you ! (Will be released in 3.1.0)
Type of Changes
Description
Skip
consider-using-join
check for non-empty separators unless asuggest-join-with-non-empty-separator
option is set toyes
.Closes #8701