https://github.com/simonwhitaker/linter-checkbashisms
An Atom plugin that runs checkbashisms as a linter on shell scripts
https://github.com/simonwhitaker/linter-checkbashisms
Last synced: 12 months ago
JSON representation
An Atom plugin that runs checkbashisms as a linter on shell scripts
- Host: GitHub
- URL: https://github.com/simonwhitaker/linter-checkbashisms
- Owner: simonwhitaker
- License: mit
- Created: 2015-11-22T22:37:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T21:26:54.000Z (over 10 years ago)
- Last Synced: 2025-06-02T01:17:17.679Z (about 1 year ago)
- Language: CoffeeScript
- Size: 259 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# checkbashisms for Atom
This Atom plugin runs the `checkbashisms` script as a linter on shell scripts.
Bashisms are constructs often found in shell scripts that are only guaranteed to work on bash and other bash-like shells. You should avoid them, because they might not do what you expect on all shells.
## How does it look?

## Prerequisites
You'll need a copy of `checkbashisms` installed on your `$PATH`. You can also
manually set the path in Atom's settings.
On Debian-style Linuxes:
apt-get install devscripts
On Mac OS X:
brew install checkbashisms