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
Avoid disambiguating parentheses being removed from called closures in conditions (#298)
A bit of a mouthfull to fit into a reasonably sized commit message. The
NoParensAroundConditions rule removed parens around immediately called closures
and in doing so introduced ambiguities into code that was correct to begin with.
0 commit comments