Results 118 comments of Vidar Holen

You're right, this is a false positive. The [wiki suggests](https://github.com/koalaman/shellcheck/wiki/SC1003) writing `'$a'\\` or [ignoring](https://github.com/koalaman/shellcheck/wiki/Ignore) the suggestion. I'm not sure if counting quotes in the line is the best heuristic, since...

Is there any advantage to shellcheck supporting this over just invoking it recursively with `find`?

I'll leave this up to `find`.

This topic needs a wiki page.

I am very hesitant to add first-class support for new shells, because it's easy to add but hard to maintain and remove. I'd prefer a simple third party wrapper script...

@expipiplus1 Sure, it makes sense for autoidentifying purpose

Like requiring every statement to be followed by `|| true` or `|| exit/return` to simulate a robust `set -e`?

> I really need this online tool here, the terminal version for Linux is nowhere near as informative as this tool here. The two are one and the same, and...

Still an issue. I also set up a GMail filter for this.

Aww, support for `[:lower:]` and `[:upper:]` is required by POSIX, so this is really too bad. I'm not a fan of accepting `tr '[A-Z]' '[a-z]'` without comment, since it has...