mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
docs: Update changelog
This commit is contained in:
parent
d74fc5d53c
commit
240053aa96
2 changed files with 7 additions and 2 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Features
|
||||
|
||||
- *(config)* Store config in `Cargo.toml`
|
||||
|
||||
## [1.23.4] - 2024-07-25
|
||||
|
||||
### Fixes
|
||||
|
|
|
@ -8,9 +8,10 @@ Configuration is read from the following (in precedence order)
|
|||
|
||||
- Command line arguments
|
||||
- File specified via `--config PATH`
|
||||
- Search parents of specified file / directory for one of `typos.toml`, `_typos.toml`, `.typos.toml`, or `pyproject.toml`.
|
||||
- In the case of `pyproject.toml`, the below fields must be under the `[tool.typos]` section. If this section does not
|
||||
- Search parents of specified file / directory for one of `typos.toml`, `_typos.toml`, `.typos.toml`, `Cargo.toml`, or `pyproject.toml`.
|
||||
- In `pyproject.toml`, the below fields must be under the `[tool.typos]` section. If this section does not
|
||||
exist, the config file will be skipped.
|
||||
- In `Cargo.toml`, the below fields must be under either `[workspace.metadata.typos]` or `[package.metadata.typos]`
|
||||
|
||||
### Config Fields
|
||||
|
||||
|
|
Loading…
Reference in a new issue