Skip to content
Snippets Groups Projects
Commit 1226e35f authored by nimrod's avatar nimrod
Browse files

Merge branch 'feature/shellcheck', bump version to 0.4.0.

parents cf1439a3 85c57f21
No related branches found
No related tags found
No related merge requests found
---
language: python
python: "2.7"
python: "3.5"
dist: trusty
sudo: false
cache:
- pip
- directories:
- $HOME/.pre-commit
install:
- pip install pre_commit
......
......@@ -21,9 +21,10 @@ Add the following to your :code:`.pre-commit-config.yaml`:
.. code:: yaml
- repo: https://www.shore.co.il/git/shell-pre-commit/
sha: v0.2.0
sha: v0.4.0
hooks:
- id: shell-lint
- id: shellcheck
And run :code:`pre-commit autoupdate` to update the hooks.
......
0.3.0
\ No newline at end of file
0.4.0
......@@ -5,4 +5,10 @@
language: system
entry: /bin/sh
args: ['-en']
files: \.(sh|bash|ksh|zsh)$
files: &shell_scripts \.(sh|bash|ksh|zsh)$
- id: shellcheck
name: shellcheck
description: A shell script static analysis tool
language: system
entry: shellcheck
files: *shell_scripts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment