From f3dc936ba6993a832d9605ecfa79686c8988abd5 Mon Sep 17 00:00:00 2001 From: m4sterbunny Date: Mon, 24 Nov 2025 18:08:29 +0000 Subject: [PATCH 1/3] updates Signed-off-by: m4sterbunny --- .../styles/Consensys/CaseSensitive-Substitution.yml | 5 +++++ .../styles/config/ignore/Consensys-common/project-words.txt | 4 ++++ .../styles/config/vocabularies/Consensys-common/accept.txt | 3 +++ 3 files changed, 12 insertions(+) diff --git a/docs-spelling-check/styles/Consensys/CaseSensitive-Substitution.yml b/docs-spelling-check/styles/Consensys/CaseSensitive-Substitution.yml index 210fe91..9185b39 100644 --- a/docs-spelling-check/styles/Consensys/CaseSensitive-Substitution.yml +++ b/docs-spelling-check/styles/Consensys/CaseSensitive-Substitution.yml @@ -26,5 +26,10 @@ swap: 'ZK-EVM': '"zkEVM"' 'zk-EVM': '"zkEVM"' 'zk EVM': '"zkEVM"' + # MetaMask Embedded Wallets - enforce proper capitalization + 'metamask embedded wallets': '"MetaMask Embedded Wallets"' + 'MetaMask embedded wallets': '"MetaMask Embedded Wallets"' + 'MetaMask Embedded wallets': '"MetaMask Embedded Wallets"' + 'metamask Embedded Wallets': '"MetaMask Embedded Wallets"' diff --git a/docs-spelling-check/styles/config/ignore/Consensys-common/project-words.txt b/docs-spelling-check/styles/config/ignore/Consensys-common/project-words.txt index 1740ef0..093dbf1 100644 --- a/docs-spelling-check/styles/config/ignore/Consensys-common/project-words.txt +++ b/docs-spelling-check/styles/config/ignore/Consensys-common/project-words.txt @@ -98,6 +98,8 @@ azuredeploy azurerm backoff backport +backrunning +backruns backticks bartosz battlemon @@ -463,6 +465,8 @@ froms fromscratchistanbul frontends frontpage +frontrunning +frontruns fsutil funboxteam fvy diff --git a/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt b/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt index 3541d4b..69719cd 100644 --- a/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt +++ b/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt @@ -1,4 +1,5 @@ 0x[0-9a-fA-F]{40} +^0x0$ Algolia Ansible [aA]utogenerat(?:ing|ed)? @@ -64,6 +65,7 @@ Filecoin Fireblocks Ganache [gG]asless +^gasPrice$ Geth Gitcoin GitHub @@ -120,6 +122,7 @@ Medalla Merkle Merkleroot MetaMask +MetaMask Embedded Wallets MkDocs Mobula [mM]odify From 5b63f9650c7d1df9d20f86f82c475c03ca2712c7 Mon Sep 17 00:00:00 2001 From: m4sterbunny Date: Thu, 27 Nov 2025 17:39:11 +0000 Subject: [PATCH 2/3] adds terms to allow --- .../vocabularies/Consensys-common/accept.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt b/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt index 69719cd..f6fb983 100644 --- a/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt +++ b/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt @@ -1,6 +1,8 @@ 0x[0-9a-fA-F]{40} ^0x0$ Algolia +^AMM$ +^AMMs$ Ansible [aA]utogenerat(?:ing|ed)? [aA]ttester[s]? @@ -10,6 +12,8 @@ Arithmatex AWS Key Management Service AWS Secrets Manager Axelar +^([Bb]ackrunner|BACKRUNNER)$ +^([Bb]ackrunners|BACKRUNNERS)$ Azure Key Vault BerkeleyDB Bintray @@ -36,12 +40,15 @@ CSpell [dD]app[s]? deadlineHeight [dD]eauthoriz(?:e|ing) +^DeFi$ [dD]eeplink(?:s|ing)? [dD]enylist[s]? [dD]eserializ(?:e|ing) [dD]eserialization [dD]esynchronization [dD]ev +^DEX$ +^DEXs$ DipDup Divio Doc[tT]ools @@ -58,11 +65,15 @@ ESLint [eE]thdo EthSigner Ethereum -Etherscan +^[Ee]therscan$ Etherspot +^eth_sendbundle$ Figma Filecoin Fireblocks +^Flashbots$ +^([Ff]rontrunner|FRONTRUNNER)$ +^([Ff]rontrunners|FRONTRUNNERS)$ Ganache [gG]asless ^gasPrice$ @@ -146,6 +157,8 @@ Octoflow opBNB|opbnb OpenSea [oO]rderbook[s]? +[oO]rderflow +[oO]rderflows Orion PADO [pP]arallelization @@ -177,12 +190,14 @@ Redis Redocusaurus [rR]eentrancy [rR]elayer +[rR]elayers [rR]epurposing [rR]estak(?:e|es|ing|ed)? Rinkeby Roboto Ropsten RPCs +^Rabby$ [Rr]unbook[s]? [sS]andbox(?:ing|ed)? [sS]ample[s]? @@ -228,6 +243,7 @@ UAs [uU]nichain [uU]nmarshal(?:ing|ed)? [uU]pstream[s]? +^URL$ USB Armory Mk II [uU]serOp [vV]aultName From c443a93150cd2dbd7ead975b1fa804c7076aad00 Mon Sep 17 00:00:00 2001 From: m4sterbunny Date: Thu, 27 Nov 2025 18:10:28 +0000 Subject: [PATCH 3/3] post cursor cleanup --- .../vocabularies/Consensys-common/accept.txt | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt b/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt index f6fb983..d614ac3 100644 --- a/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt +++ b/docs-spelling-check/styles/config/vocabularies/Consensys-common/accept.txt @@ -1,8 +1,7 @@ 0x[0-9a-fA-F]{40} ^0x0$ Algolia -^AMM$ -^AMMs$ +^AMMs?$ Ansible [aA]utogenerat(?:ing|ed)? [aA]ttester[s]? @@ -12,8 +11,8 @@ Arithmatex AWS Key Management Service AWS Secrets Manager Axelar -^([Bb]ackrunner|BACKRUNNER)$ -^([Bb]ackrunners|BACKRUNNERS)$ +^[Bb]ackrunners?$ +^[Bb]ackruns?$ Azure Key Vault BerkeleyDB Bintray @@ -47,8 +46,7 @@ deadlineHeight [dD]eserialization [dD]esynchronization [dD]ev -^DEX$ -^DEXs$ +^DEXs?$ DipDup Divio Doc[tT]ools @@ -72,8 +70,8 @@ Figma Filecoin Fireblocks ^Flashbots$ -^([Ff]rontrunner|FRONTRUNNER)$ -^([Ff]rontrunners|FRONTRUNNERS)$ +^[Ff]rontrunners?$ +^[Ff]rontruns?$ Ganache [gG]asless ^gasPrice$ @@ -157,8 +155,7 @@ Octoflow opBNB|opbnb OpenSea [oO]rderbook[s]? -[oO]rderflow -[oO]rderflows +^[oO]rderflows?$ Orion PADO [pP]arallelization