mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Add check for unicode replacement characters
This commit is contained in:
parent
a18c5af5d4
commit
9e417077fc
5 changed files with 55 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue