File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : crate-ci/typos@v1.28.0
16
+ - uses : crate-ci/typos@v1.30.1
Original file line number Diff line number Diff line change 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
7
3
8
4
[files ]
9
5
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
-
14
6
# False positives in randomly-generated strings
15
7
" server/svix-server/migrations/20230505222507_operational_webhook_event-types.up.sql" ,
16
8
" server/svix-server/migrations/20230505222507_operational_webhook_event-types.down.sql" ,
You can’t perform that action at this time.
0 commit comments