Skip to content

Commit 124fb4a

Browse files
chore(deps): bump crate-ci/typos from 1.19.0 to 1.21.0 (#1234)
* 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] <[email protected]> * fix false positive --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ranadeep Biswas <[email protected]>
1 parent 01506d4 commit 124fb4a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/typos.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[default.extend-words]
22
# for serde serialization
33
ser = "ser"
4+
5+
[default]
6+
# random string
7+
extend-ignore-re = [ "[0-9A-Za-z+/]{20,}" ]

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: bash ci/code-quality/whitespace-lints.sh
1717

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

0 commit comments

Comments
 (0)