ShellCheck

ShellCheck gives warnings and suggestions for bash/sh shell scripts

⚠️

Code Climate Quality is being replaced with Qlty Cloud

— New users should sign up directly at qlty.sh.
— To migrate an existing account, please see our Migration Guide.

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.

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://.com/codeclimate/codeclimate

This engine doesn't currently support any configuration.

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