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

@ -52,6 +52,9 @@ Checks for a common error of placing code before the docstring.
#### `check-executables-have-shebangs`
Checks that non-binary executables have a proper shebang.
#### `check-illegal-windows-names`
Check for files that cannot be created on Windows.
#### `check-json`
Attempts to load all json files to verify syntax.