Skip to content

Commit

Permalink
Improve crate-ci/typos configuration (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored Dec 26, 2024
1 parent f6594aa commit a5de589
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ jobs:
uses: actions/checkout@v4

- name: Check the spelling of the files in our repo
uses: crate-ci/typos@v1.20.8
uses: crate-ci/typos@v1.28.4
4 changes: 0 additions & 4 deletions .typos.toml

This file was deleted.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ 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"
OnFailedUpdgrade = "OnFailedUpdgrade"
6 changes: 0 additions & 6 deletions _typos.toml

This file was deleted.

0 comments on commit a5de589

Please sign in to comment.