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
{$0.contains(location)} // violation
vs
{ $0.contains(location) } // okay
The text was updated successfully, but these errors were encountered:
masters3d
changed the title
[rule request] Content of branches {x} should have whitespace { x }
[rule request] Content of braces {x} should have whitespace { x }
Aug 23, 2016
masters3d
changed the title
[rule request] Content of braces {x} should have whitespace { x }
[rule request] Closure expressions should have consistent spacing.
Aug 26, 2016
{$0.contains(location)} // violation
vs
{ $0.contains(location) } // okay
The text was updated successfully, but these errors were encountered: