mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 22:33:51 -07:00
Add a pre-commit hook configuration
This commit is contained in:
parent
5d9cb81008
commit
93cbd49bc2
1 changed files with 8 additions and 0 deletions
8
.pre-commit-hooks.yaml
Normal file
8
.pre-commit-hooks.yaml
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue