项目作者: detailyang

项目描述 :
:beers: pre commit wrapper shellcheck
高级语言: Shell
项目地址: git://github.com/detailyang/pre-commit-shell.git
创建时间: 2016-05-27T14:10:42Z
项目社区:https://github.com/detailyang/pre-commit-shell

开源协议:MIT License

下载


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:

  1. - repo: git://github.com/detailyang/pre-commit-shell
  2. rev: v1.0.6
  3. hooks:
  4. - id: shell-lint
  5. 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.