From be32325af7fbb20cf6fcd9150a27c583efea31c3 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Fri, 11 Jun 2021 15:05:12 +0200 Subject: [PATCH] chore: spellcheck config update (#3207) --- polkadot/.config/lingua.dic | 32 ++++++++++++++++++++------------ polkadot/.config/spellcheck.toml | 2 +- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/polkadot/.config/lingua.dic b/polkadot/.config/lingua.dic index 7460cc55d3..189f2a9e2d 100644 --- a/polkadot/.config/lingua.dic +++ b/polkadot/.config/lingua.dic @@ -1,26 +1,33 @@ -90 +150 +adversary/SM annualised/MS Apache-2.0/M api/SM API/SM APIs +assignee/SM async BFT/M bitfield/MS blake2/MS blockchain/MS borked +BTC BTC/S CLI/MS +codec/SM config/MS crypto/MS customizable/B debian/M decodable/MS +dispatchable/SM +DMP/SM DOT/S ed25519 enum/MS ERC-20 +ETH ethereum/MS externality/MS extrinsic/MS @@ -30,13 +37,16 @@ GiB/S GPL/M GPLv3/M Handler/MS +HMP/SM https +include/BG inherent/MS initialize/RG instantiate/B intrinsic/MS intrinsics io +isolate/BG jaeger/MS js keccak256/M @@ -47,12 +57,15 @@ merkle/MS misbehavior/SM misbehaviors MIT/M +MQC/SM multivalidator/SM +NFT/SM oneshot/MS others' parablock/MS parachain/MS parameterize/D +picosecond/SM polkadot/MS pov-block/MS PoV/MS @@ -77,25 +90,20 @@ teleporters testnet/MS trie/MS trustless/Y +tuple/SM ubuntu/M UDP UI +unfinalize/B union/MSG unservable/B -unfinalize/B validator/SM +VMP/SM +VRF/SM w3f/MS wasm/M WND/S XCM/S XCMP/M -include/BG -isolate/BG -dispatchable/SM -VMP/SM -HMP/SM -DMP/SM -MQC/SM -VRF/SM -assignee/SM -adversary/SM \ No newline at end of file +instantiation/SM +NFA diff --git a/polkadot/.config/spellcheck.toml b/polkadot/.config/spellcheck.toml index 7601ef82a3..0b66d54e24 100644 --- a/polkadot/.config/spellcheck.toml +++ b/polkadot/.config/spellcheck.toml @@ -8,6 +8,6 @@ extra_dictionaries = ["lingua.dic"] # 5x # He tagged it as 'TheGreatestOfAllTimes' # Transforms' -transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^(.*)'$", "^\\+$"] +transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?(x|%)$", "^(.*)'$", "^\\+$"] allow_concatenation = true allow_dashes = true