You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a false negative for Layout/LeadingCommentSpace
This PR fixes a false negative for `Layout/LeadingCommentSpace`
when using `#+` or `#-` as they are not RDoc comments.
They are followed by `+` or `-` twice, such as `#++` and `#--`.
*[#12136](https://github.com/rubocop/rubocop/pull/12136): Fix a false negative for `Layout/LeadingCommentSpace` when using `#+` or `#-` as they are not RDoc comments. ([@koic][])
0 commit comments