Add check-xml hook.

This commit is contained in:
Anthony Sottile 2015-01-17 10:21:44 -08:00
parent fea9b2ece7
commit ddc9208a5f
10 changed files with 57 additions and 1 deletions

View file

@ -31,6 +31,12 @@
entry: check-json
language: python
files: \.json$
- id: check-xml
name: Check Xml
description: This hook checks xml files for parseable syntax.
entry: check-xml
language: python
files: \.xml$
- id: check-yaml
name: Check Yaml
description: This hook checks yaml files for parseable syntax.