Skip to content
Snippets Groups Projects
Commit 24bf3c8a authored by nimrod's avatar nimrod
Browse files

- Added support for pre-commit.

parent 21b08132
No related branches found
No related tags found
No related merge requests found
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: 97b88d9610bcc03982ddac33caba98bb2b751f5f
hooks:
- id: check-added-large-files
- id: check-json
- id: check-xml
- id: check-yaml
- id: check-merge-conflict
- repo: https://www.shore.co.il/git/shell-pre-commit/
sha: 604fe77b53d3514d5ad0f66764c7783850bb6e98
hooks:
- id: shell-lint
file: ssh-ca
......@@ -88,7 +88,8 @@ Development
To ease development :code:`make clean`, :code:`make lint` and :code:`make test`
are available. It's recommended to add :code:`make lint` and :code:`make test`
to to your Git pre-commit and pre-push hooks accourdingly.
to to your Git pre-commit and pre-push hooks accourdingly. Also, this repo has
`pre-commit <http://pre-commit.com/>`_ configured.
License
-------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment