Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 1.31 KB

ShellCheckBear.rst

File metadata and controls

46 lines (33 loc) · 1.31 KB

Check bash/shell scripts for syntactical problems (with understandable messages), semantical problems as well as subtle caveats and pitfalls.

A gallery of bad code that can be detected is available at <https://github.com/koalaman/shellcheck/blob/master/README.md>.

  • bash
  • dash
  • ksh
  • sh

Settings

Setting Meaning
shell Target shell being used. (Optional, defaults to 'sh'.)

Can Detect

  • Security
  • Syntax
  • Undefined Element
  • Unused Code

License

AGPL-3.0

Authors