Skip to content

Allow shellcheck to be run as part of make test

What does this Merge Request do?

This MR adds the shellcheck and install-shellcheck make targets. On macOS it installs shellcheck automatically where as on other platforms it links off the https://github.com/koalaman/shellcheck#installing.

make test now also runs make shellcheck at the end 🙂

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Closes #1052 (closed)

Merge request reports