Skip to content

Commit

Permalink
chore(deps): bump crate-ci/typos from 1.19.0 to 1.21.0 (#1234)
Browse files Browse the repository at this point in the history
* chore(deps): bump crate-ci/typos from 1.19.0 to 1.21.0

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.19.0 to 1.21.0.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.19.0...v1.21.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix false positive

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ranadeep Biswas <mail@rnbguy.at>
  • Loading branch information
dependabot[bot] and rnbguy committed May 23, 2024
1 parent 01506d4 commit 124fb4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/typos.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[default.extend-words]
# for serde serialization
ser = "ser"

[default]
# random string
extend-ignore-re = [ "[0-9A-Za-z+/]{20,}" ]
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: bash ci/code-quality/whitespace-lints.sh

- name: Spell Check with Typos
uses: crate-ci/typos@v1.19.0 # NOTE: Newer versions detect false positives. Test locally before upgrading.
uses: crate-ci/typos@v1.21.0
with:
config: ./.github/typos.toml

Expand Down

0 comments on commit 124fb4a

Please sign in to comment.