mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 05:14:18 +00:00
Add metadata for check-symlinks
This commit is contained in:
parent
8d80d51cad
commit
64943e8641
3 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue