Add check for illegal Widnows names

Fixes #589
This commit is contained in:
Eric L Frederich 2021-04-22 08:51:03 -04:00
parent 9ee77bd5a2
commit 00745fe9c0
No known key found for this signature in database
GPG key ID: 9F2136932FBB7EAC
5 changed files with 153 additions and 0 deletions

View file

@ -46,6 +46,11 @@
language: python
types: [text, executable]
stages: [commit, push, manual]
- id: check-illegal-windows-names
name: Check for illegal Windows names
description: Check for files that cannot be created on Windows.
entry: check-illegal-windows-names
language: python
- id: check-json
name: Check JSON
description: This hook checks json files for parseable syntax.