mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 08:30:57 -05:00
docs(readme): Tweak integrations org
This commit is contained in:
parent
7d09c5a4bf
commit
cf1cabd446
1 changed files with 5 additions and 3 deletions
|
@ -23,6 +23,7 @@ Dual-licensed under [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE)
|
|||
- [False Positives](#false-positives)
|
||||
- [Integrations](#integrations)
|
||||
- [GitHub Action](docs/github-action.md)
|
||||
- [Custom](#custom)
|
||||
- [Debugging](#debugging)
|
||||
- [Reference](docs/reference.md)
|
||||
- [Comparison with other spell checkers](docs/comparison.md)
|
||||
|
@ -85,6 +86,10 @@ extend-exclude = ["localized/*.po"]
|
|||
|
||||
### Integrations
|
||||
|
||||
- [GitHub Actions](docs/github-actions.md)
|
||||
|
||||
#### Custom
|
||||
|
||||
`typos` provides several building blocks for custom native integrations
|
||||
- `-` reads from `stdin`, `--write-changes` will be written to `stdout`
|
||||
- `--diff` to provide a diff
|
||||
|
@ -100,9 +105,6 @@ typos dir/file --diff
|
|||
typos dir/file --format json
|
||||
```
|
||||
|
||||
In addition, see the documentation on [GitHub Actions](docs/github-actions.md),
|
||||
another integration.
|
||||
|
||||
### Debugging
|
||||
|
||||
You can see what the effective config looks like by running
|
||||
|
|
Loading…
Reference in a new issue