Skip to content

Commit 292d079

Browse files
exclude HAL and artifact from typos and fmt checks
1 parent 21b63fb commit 292d079

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/typos.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11

22
[files]
3-
extend-exclude = []
3+
extend-exclude = [
4+
"_import-HAL",
5+
"_import-artifact"
6+
]

deno.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"cov",
3434
"_tools/node_test_runner",
3535
"coverage",
36-
"docs"
36+
"docs",
37+
"_import-HAL",
38+
"_import-artifact"
3739
],
3840
"lint": {
3941
"rules": {

0 commit comments

Comments
 (0)