mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
docs: Don't mention non-existent force-exclude config
This commit is contained in:
parent
ff3f309513
commit
2b7af0e8ef
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Configuration is read from the following (in precedence order)
|
|||
|------------------------|-------------------|--------|-------------|
|
||||
| files.binary | --binary | bool | Check binary files as text |
|
||||
| files.extend-exclude | --exclude | list of strings | Typos-specific ignore globs (gitignore syntax) |
|
||||
| file.force-excude | --force-exclude | bool | Respect excluded files even for paths passed explicitly. |
|
||||
| \- | --force-exclude | bool | Respect excluded files even for paths passed explicitly. |
|
||||
| files.ignore-hidden | --hidden | bool | Skip hidden files and directories. |
|
||||
| files.ignore-files | --ignore | bool | Respect ignore files. |
|
||||
| files.ignore-dot | --ignore-dot | bool | Respect .ignore files. |
|
||||
|
|
Loading…
Reference in a new issue