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
The linguistic tagger doesn't do a great job recognizing backticks as opening vs. closing
quotes, so some valid abstracts that contain backticks were being rejected by the
`BeginDocumentationCommentWithOneLineSummary` rule. This change removes any backtick-
quoted sections from abstracts before processing, since they aren't important to that
judgment.
0 commit comments