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
There's style/trivial-for which checks if a symbol is used as a function in a simple for loop: (for [item items] (f item)), but there are cases where a for loop is more readable, such as when building a sequence of new objects by iterating over a collection:
There's
style/trivial-for
which checks if a symbol is used as a function in a simple for loop:(for [item items] (f item))
, but there are cases where afor
loop is more readable, such as when building a sequence of new objects by iterating over a collection:Can apply to
hash-set
andarray-map
andvector
and others as I think of them.The text was updated successfully, but these errors were encountered: