Skip to content

Commit

Permalink
typos: Move configuration into Cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Dec 26, 2024
1 parent cc9c666 commit 490f954
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ uninlined_format_args = "warn"
unnested_or_patterns = "warn"
unused_self = "warn"
verbose_file_reads = "warn"

# configuration for https://github.com/crate-ci/typos

[workspace.metadata.typos.default.extend-identifiers]
# These have been fixed in the past, but are still present in the changelog.
DefaultOnFailedUpdgrade = "DefaultOnFailedUpdgrade"

Check warning on line 55 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"Updgrade" should be "Upgrade".

Check warning on line 55 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"Updgrade" should be "Upgrade".
OnFailedUpdgrade = "OnFailedUpdgrade"

Check warning on line 56 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"Updgrade" should be "Upgrade".

Check warning on line 56 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"Updgrade" should be "Upgrade".
6 changes: 0 additions & 6 deletions _typos.toml

This file was deleted.

0 comments on commit 490f954

Please sign in to comment.