Add check for unicode replacement characters

This commit is contained in:
Ville Skyttä 2020-02-06 18:43:41 +02:00
parent a18c5af5d4
commit 9e417077fc
5 changed files with 55 additions and 0 deletions

View file

@ -62,6 +62,9 @@ Checks for symlinks which do not point to anything.
#### `check-toml`
Attempts to load all TOML files to verify syntax.
#### `check-unicode-replacement-char`
Forbid files which have a UTF-8 Unicode replacement character.
#### `check-vcs-permalinks`
Ensures that links to vcs websites are permalinks.