- Notifications
You must be signed in to change notification settings - Fork21
This linter plugin for SublimeLinter provides an interface to shellcheck.
License
SublimeLinter/SublimeLinter-shellcheck
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This linter plugin forSublimeLinter provides an interface toshellcheck.It will be used with files that have the "Shell-Unix-Generic" syntax (aka Shell Script (Bash)).
SublimeLinter must be installed in order to use this plugin.
Please usePackage Control to install the linter plugin.
Before using this plugin, ensure thatshellcheck is installed on your system.To installshellcheck, follow the instructions onthe shellcheck GitHub repository.
shellcheck can be installed withapt-get on Debian sid,brew on Mac OS X, or compiled from its Haskell sources (manually, or throughcabal).
On Windows either install natively or use the Linux Subsystem. SeeMicrosoft's guide, then runwsl sudo apt update andwsl sudo apt install shellcheck to install Shellcheck (if you installed Ubuntu).
On native Linux systems, Please make sure that the path toshellcheck is available to SublimeLinter.The docs covertroubleshooting PATH configuration.
- SublimeLinter settings:http://sublimelinter.com/en/latest/settings.html
- Linter settings:http://sublimelinter.com/en/latest/linter_settings.html
Additional SublimeLinter-shellcheck settings:
| Setting | Description |
|---|---|
| exclude | A comma-delimited list of codes to exclude. |
E.g. you can use a single string (eg:"SC2034,SC2086"), or an array of strings (eg:["SC2034", "SC2086"]).
About
This linter plugin for SublimeLinter provides an interface to shellcheck.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors13
Uh oh!
There was an error while loading.Please reload this page.