Add a pre-commit hook configuration

This commit is contained in:
Jesse Lang 2017-10-19 12:23:47 -05:00
commit 93cbd49bc2

8
.pre-commit-hooks.yaml Normal file
View file

@ -0,0 +1,8 @@
- id: shellcheck
name: shellcheck
description: |
A static analysis tool for shell scripts
https://www.shellcheck.net
entry: koalaman/shellcheck
language: docker_image
types: [shell]