Skip to content

Commit 9656eb9

Browse files
committed
ignore host-env cspell
1 parent 2e4339e commit 9656eb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"ignorePaths": [
5050
"**/__pycache__/**",
5151
"target/**",
52-
"Lib/**"
52+
"Lib/**",
53+
"crates/host_env/**"
5354
],
5455
// words - list of words to be always considered correct
5556
// (compound words like pyarg, baseclass, microbenchmark are handled by allowCompoundWords)

0 commit comments

Comments
 (0)