Skip to content

Commit 2b7af0e

Browse files
committed
docs: Don't mention non-existent force-exclude config
1 parent ff3f309 commit 2b7af0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Configuration is read from the following (in precedence order)
1818
|------------------------|-------------------|--------|-------------|
1919
| files.binary | --binary | bool | Check binary files as text |
2020
| files.extend-exclude | --exclude | list of strings | Typos-specific ignore globs (gitignore syntax) |
21-
| file.force-excude | --force-exclude | bool | Respect excluded files even for paths passed explicitly. |
21+
| \- | --force-exclude | bool | Respect excluded files even for paths passed explicitly. |
2222
| files.ignore-hidden | --hidden | bool | Skip hidden files and directories. |
2323
| files.ignore-files | --ignore | bool | Respect ignore files. |
2424
| files.ignore-dot | --ignore-dot | bool | Respect .ignore files. |

0 commit comments

Comments
 (0)