shcheck

command module
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2019 License: MIT Imports: 6 Imported by: 0

README

shcheck

A tool to easily bind shellcheck and shfmt to your CI, so your shellscripts can be checked.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines.

Release Software License Travis Coverage Status Go Doc Go Report Card SayThanks.io

Usage

Just add it to your travis.yml:

script:
  - curl -sL https://git.io/shcheck | bash -s

You can also pass files and folders to be ignored, like this:

script:
  - curl -sL https://git.io/shcheck | bash -s -f -- --ignore=somefile.sh --ignore='folder/**/*'

Or with Docker:

docker run --rm -v `pwd`:/scripts --workdir=/scripts caarlos0/shcheck

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL