Add metadata for check-symlinks

This commit is contained in:
Anthony Sottile 2016-01-15 07:47:33 -08:00
parent 8d80d51cad
commit 64943e8641
3 changed files with 9 additions and 0 deletions

View file

@ -50,6 +50,13 @@
language: python
# Match all files
files: ''
- id: check-symlinks
name: Check for broken symlinks
description: Checks for symlinks which do not point to anything.
entry: check-symlinks
language: python
# Match all files
files: ''
- id: check-xml
name: Check Xml
description: This hook checks xml files for parseable syntax.