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
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
There are also some legitimate cases where only the key is used, so maybe it's a good idea to look for the pattern map-get($map, $key) in the loop body before raising the lint?
The text was updated successfully, but these errors were encountered:
A pattern I see occasionally is:
This is an unnecessarily verbose way of writing:
There are also some legitimate cases where only the key is used, so maybe it's a good idea to look for the pattern
map-get($map, $key)
in the loop body before raising the lint?The text was updated successfully, but these errors were encountered: