Skip to content

Commit 771aa44

Browse files
authored
ci: Upgrade typos (#1795)
cc @svix-mman re #1794 I think you should make `ser` an allowed word the same way as `typ` here.
2 parents 97c8644 + a1d0f58 commit 771aa44

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Diff for: .github/workflows/typos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: crate-ci/typos@v1.28.0
16+
- uses: crate-ci/typos@v1.30.1

Diff for: .typos.toml

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
[default]
2-
extend-ignore-re = [
3-
# Mock token
4-
";iuani;ansd;ifgjbnai;sdjfgb",
5-
"jakarta\\.ws\\.rs",
6-
]
1+
[default.extend-words]
2+
typ = "typ" # since type is a keyword in Rust
73

84
[files]
95
extend-exclude = [
10-
# Typo "achived" is a breaking change to fix
11-
"kotlin/lib/src/main/kotlin/EventType.kt",
12-
"kotlin/lib/src/main/kotlin/EventTypeListOptions.kt",
13-
146
# False positives in randomly-generated strings
157
"server/svix-server/migrations/20230505222507_operational_webhook_event-types.up.sql",
168
"server/svix-server/migrations/20230505222507_operational_webhook_event-types.down.sql",

0 commit comments

Comments
 (0)