Skip to content

Commit c848b28

Browse files
Ignore src/intrinsic/old_archs.rs for typo checks
1 parent 3dc60d0 commit c848b28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
],
1919
"ignorePaths": [
2020
"src/intrinsic/archs.rs",
21+
"src/intrinsic/old_archs.rs",
2122
"src/intrinsic/llvm.rs"
2223
],
2324
"ignoreRegExpList": [

_typos.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ seh = "seh"
66
typ = "typ"
77

88
[files]
9-
extend-exclude = ["src/intrinsic/archs.rs"]
9+
extend-exclude = ["src/intrinsic/archs.rs", "src/intrinsic/old_archs.rs"]

0 commit comments

Comments
 (0)