Pre Commit Shell Save

:beers: pre commit wrapper shellcheck

Project README

pre-commit-shell

Branch masterBuildGitHub licenserelease

pre-commit-shell is a pre-commit component, which wrapper shellcheck to check shell scripts:)

Table of Contents

Requirements

pre-commit-shell requires the following to run:

Install

  1. create .pre-commit-config.yaml in you git project
  2. pre-commit install
  3. enjoy it

example .pre-commit-config.yaml as following:

-   repo: git://github.com/detailyang/pre-commit-shell
    rev: v1.0.6
    hooks:
    - id: shell-lint
      args: [--format=json]

Contributing

To contribute to pre-commit-shell, clone this repo locally and commit your code on a separate branch.

Author

GitHub @detailyang

License

pre-commit-shell is licensed under the MIT license.

Open Source Agenda is not affiliated with "Pre Commit Shell" Project. README Source: detailyang/pre-commit-shell
Stars
40
Open Issues
2
Last Commit
10 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating