Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized ShellCheck

A simple Docker-based wrapper for ShellCheck to lint your shell scripts without installing it locally.

Requirements

  • Docker must be installed and running
  • macOS or Linux
    Windows is not supported

Usage

To run ShellCheck on all scripts in the current directory (recursively):

./shellcheck

To check specific files:

./shellcheck your-script.sh

Installation

To install the wrapper globally (creates a symlink in /usr/local/bin or /opt/homebrew/bin):

./install.sh

To uninstall:

./uninstall.sh

About

Shell check in docker

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages