Fix yamllint recommendations

This commit is contained in:
Jason Hollis 2020-12-06 12:28:19 -05:00
parent 9cbfcde81a
commit 346d5c0de7
35 changed files with 312 additions and 238 deletions

View file

@ -1,5 +1,7 @@
- id: system-hook-with-spaces
name: System hook with spaces
entry: bash -c 'echo "Hello World"'
language: system
files: \.sh$
---
- id: system-hook-with-spaces
name: System hook with spaces
entry: bash -c 'echo "Hello World"'
language: system
files: \.sh$