We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01506d4 commit 124fb4aCopy full SHA for 124fb4a
.github/typos.toml
@@ -1,3 +1,7 @@
1
[default.extend-words]
2
# for serde serialization
3
ser = "ser"
4
+
5
+[default]
6
+# random string
7
+extend-ignore-re = [ "[0-9A-Za-z+/]{20,}" ]
.github/workflows/code-quality.yaml
@@ -16,7 +16,7 @@ jobs:
16
run: bash ci/code-quality/whitespace-lints.sh
17
18
- name: Spell Check with Typos
19
- uses: crate-ci/typos@v1.19.0 # NOTE: Newer versions detect false positives. Test locally before upgrading.
+ uses: crate-ci/typos@v1.21.0
20
with:
21
config: ./.github/typos.toml
22
0 commit comments