Add --additional-github-domain to check-vcs-permalinks

This commit is contained in:
Youngmin Koo 2020-11-17 02:33:47 +09:00 committed by Anthony Sottile
parent 2323ac0558
commit 1f8151aeeb
3 changed files with 33 additions and 12 deletions

View file

@ -66,6 +66,10 @@ Attempts to load all TOML files to verify syntax.
#### `check-vcs-permalinks`
Ensures that links to vcs websites are permalinks.
- `--additional-github-domain DOMAIN` - Add check for specified domain.
Can be repeated multiple times. for example, if your company uses
GitHub Enterprise you may use something like
`--additional-github-domain github.example.com`
#### `check-xml`
Attempts to load all xml files to verify syntax.