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
That's more clear? A for loop with an implied target? Forgive me, because I LOVE Perl, but this is not Perl. I don't think shellcheck should be in the business of playing "bash golf". And in 30+ years of coding, I have never seen this. I verified it works, but I think it's just too cute to be a desired practice. But I am not the one doing the evaluations, so good luck to you.
On September 4, 2020 4:05:39 AM GMT+03:00, "Matthew O. Persico" ***@***.***> wrote:
That's more clear? A for loop with an implied target? Forgive me,
because I **LOVE** Perl, but this is not Perl. I don't think
`shellcheck` should be in the business of playing "bash golf". And in
30+ years of coding, I have **never** seen this. I verified it works,
but I think it's just too cute to be a desired practice. But I am not
the one doing the evaluations, so good luck to you.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#2050 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
For new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
Here's what shellcheck currently says:
Nothing
Here's what I wanted or expected to see:
This can be written more concisely and clearly as
for i; do ... done
The text was updated successfully, but these errors were encountered: