ShellCheck

ShellCheck gives warnings and suggestions for bash/sh shell scripts

Language: Shell
Checks: 164
Categories: Bug Risk, Style
Version: ShellCheck-0.4.6

codeclimate-shellcheck is a Code Climate engine that wraps shellcheck, a tool for suggesting possible improvements to bash/sh shell scripts.

Enable the Plugin

To enable Shellcheck analysis, add the following to your .codeclimate.yml configuration file:

plugins:
  shellcheck:
    enabled: true

More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate

Configure the Plugin

This engine doesn't currently support any configuration.

Understand the Plugin

The ShellCheck README is both informative and entertaining and will help you understand what ShellCheck is doing under the hood.