From a69487b3928db2679c53673f638122376daa7f78 Mon Sep 17 00:00:00 2001 From: Apisit Ritreungroj Date: Tue, 19 Dec 2023 00:48:08 +0700 Subject: [PATCH] fix: cspell config to omit too --- cspell.json | 3 ++- hermes/wasm/Earthfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index 5ba337dcf..b09c03f1f 100644 --- a/cspell.json +++ b/cspell.json @@ -224,6 +224,7 @@ ".git/**", "**/.gitignore", ".vscode/**", - "**/.idea/**" + "**/.idea/**", + "hermes/wasm/*/**/**" ] } \ No newline at end of file diff --git a/hermes/wasm/Earthfile b/hermes/wasm/Earthfile index 1f5a79d87..b93766444 100644 --- a/hermes/wasm/Earthfile +++ b/hermes/wasm/Earthfile @@ -1,6 +1,6 @@ VERSION 0.7 -#cspell: words rustup readelf nextest testci testdocs rustfmt toolsets USERARCH +#cspell: rustfmt toolsets wasi wastime Earthfile # Fork the repo `wasmtime` and extract only the `wasi-preview1-component-adapter` crate from it. fork-wasi-component-adapter: