Skip to content

Commit 72c20f5

Browse files
committed
fix: exclude native/ Rust source and package-lock.json from spell checker
1 parent e000526 commit 72c20f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/spell-check/excludes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ yarn-1.19.0.js$
2020
(?:^|/)dist/
2121
(?:^|/)lib/
2222
(?:^|/)__snapshots__/
23+
(?:^|/)native/
24+
^package-lock\.json$
2325
^\.github/workflows/
2426
^\.npmignore$
2527
^LICENSE$

0 commit comments

Comments
 (0)