From d453ea9c3f184a0801e44ec430b681e32631e431 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 24 Sep 2025 21:07:15 +0200 Subject: [PATCH] spell: disable spell checks on benchmarks --- .vscode/cSpell.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/cSpell.json b/.vscode/cSpell.json index 70f821786..5d3e3524b 100644 --- a/.vscode/cSpell.json +++ b/.vscode/cSpell.json @@ -32,6 +32,8 @@ ".devcontainer/**", "util/gnu-patches/**", "docs/src/release-notes/**", + "src/uu/*/benches/*.rs", + "src/uucore/src/lib/features/benchmark.rs", ], "enableGlobDot": true,