mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-28 20:11:05 -05:00
docs(contrib): Move description of SNAPSHOTS=overwrite to right step
This text was apparently accidentally moved in
7eb8873950
.
This commit is contained in:
parent
ef5fcf92df
commit
967d6d751e
1 changed files with 5 additions and 4 deletions
|
@ -49,16 +49,17 @@ $ SNAPSHOTS=overwrite cargo test --workspace
|
||||||
```
|
```
|
||||||
(we do development-time code-gen to speed up builds)
|
(we do development-time code-gen to speed up builds)
|
||||||
|
|
||||||
|
Auto-cleans up your change according to some rules we have like:
|
||||||
|
- Don't prefer specific dialects in the dictionary, leaving those to [`varcon`](http://wordlist.aspell.net/varcon-readme/).
|
||||||
|
- Mixing up corrections and typos
|
||||||
|
- etc
|
||||||
|
|
||||||
3. Verify your change
|
3. Verify your change
|
||||||
|
|
||||||
Run
|
Run
|
||||||
```console
|
```console
|
||||||
$ cargo test --workspace
|
$ cargo test --workspace
|
||||||
```
|
```
|
||||||
Auto-cleans up your change according to some rules we have like:
|
|
||||||
- Don't prefer specific dialects in the dictionary, leaving those to [`varcon`](http://wordlist.aspell.net/varcon-readme/).
|
|
||||||
- Mixing up corrections and typos
|
|
||||||
- etc
|
|
||||||
|
|
||||||
### Process
|
### Process
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue