Skip to content

[#91] Shellcheck scripts in CI

Roman Melnikov requested to merge rvem/#91-shellcheck-scripts-in-ci into master

Description

There is a nice linter for bash scripts called shellcheck.

Now it is run for all shell scripts in the repository in CI.

Related issue(s)

Resolves #91 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Roman Melnikov

Merge request reports