Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This linter plugin for SublimeLinter provides an interface to shellcheck.

License

NotificationsYou must be signed in to change notification settings

SublimeLinter/SublimeLinter-shellcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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)).

Installation

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.

Settings

Additional SublimeLinter-shellcheck settings:

SettingDescription
excludeA 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

Stars

Watchers

Forks

Packages

No packages published

Contributors13

Languages


[8]ページ先頭

©2009-2025 Movatter.jp