Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • v0.6.0
  • v0.5.4
  • v0.5.3
  • v0.5.2
  • v0.5.1
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.0
11 results

README.rst

Blame
    • nimrod's avatar
      8687e0d9
      - Updated pre-commit hooks versions. · 8687e0d9
      nimrod authored
      - Use types instead of files regex, set minimal version of pre-commit to
      0.15.0 accordingly.
      - Now that the minimum version of pre-commit is 0.15.0, remove legacy
      hooks.yaml file.
      - Updated README.
      - Bumped minore version.
      8687e0d9
      History
      - Updated pre-commit hooks versions.
      nimrod authored
      - Use types instead of files regex, set minimal version of pre-commit to
      0.15.0 accordingly.
      - Now that the minimum version of pre-commit is 0.15.0, remove legacy
      hooks.yaml file.
      - Updated README.
      - Bumped minore version.
    README.rst 1.22 KiB

    Shell pre-commit hooks

    https://travis-ci.org/adarnimrod/shell-pre-commit.svg?branch=master

    Shell pre-commit hooks.

    Hooks

    Dependencies

    • code: /bin/sh
    • code: shellcheck
    • Pre-commit 0.15.0 or later.

    Installation

    Add the following to your .pre-commit-config.yaml:

    - repo: https://www.shore.co.il/git/shell-pre-commit/
      sha: v0.6.0
      hooks:
      - id: shell-lint
      - id: shellcheck

    And run pre-commit autoupdate to update the hooks.

    License

    This software is licensed under the MIT license (see the LICENSE.txt file).

    Author Information

    Nimrod Adar, contact me or visit my website. Patches are welcome via git send-email. The repository is located at: https://www.shore.co.il/git/.