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

Latest commit

 

History

History
33 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.15 KB

#shlint - shell linting utility.

No Maintenance Intended

Shlint uses locally available shells to test a shellscript for portability issues. It also runs checkbashisms against the code.

Default shells tested are: zsh ksh bash dash sh

Customize testing

Place a .shlintrc file in your homedir to override default shells. This is expected to be shell syntax, specified as:

shlint_shells="list installed shells here separated by spaces"

OSX Users:

Use brew (http://mxcl.github.com/homebrew/) to install additional shells if you're missing any.

Install

If you're a ruby user, can install using gem install shlint

Any other nix platform, just drop the contents of lib into your $PATH

Resources