From dd0fe9323b177f6cf40d690354b862929fae12fd Mon Sep 17 00:00:00 2001 From: Bruno Galvao Date: Fri, 29 May 2026 14:37:43 +0700 Subject: [PATCH] Disable Vale.Spelling; enforce house style only The spell-checker arrived with the base Vale style and flags an endless tail of valid tool/package names on technical docs with no typo-catching benefit worth the vocab-curation toil. Keep the curated PaperMoon house-style rules plus Vale.Repetition and Vale.Terms. Adopting repos inherit this as the default house behavior. --- .vale.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vale.ini b/.vale.ini index 8c31f37..4cec686 100644 --- a/.vale.ini +++ b/.vale.ini @@ -10,6 +10,14 @@ Vocab = PaperMoon [*.md] BasedOnStyles = Vale, PaperMoon +# Vale.Spelling (Hunspell) is disabled: this styleguide enforces house style, +# not spelling. On technical docs the spell-checker flags an endless tail of +# valid tool/package names (npm, toolchain, Turbopack, ...) with no +# typo-catching benefit worth the vocab-curation toil. The curated PaperMoon +# house-style rules and Vale.Repetition/Vale.Terms stay enabled. Adopting +# repos inherit this as the default house behavior. +Vale.Spelling = NO + TokenIgnores = (?:dApp|TestNet|MainNet|ERC-\d+|JSON-RPC) BlockIgnores = (?s) *(```.*?```)