mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
chore: add cargo spellcheck configuration and custom topic specifc dictionary (#1841)
This commit is contained in:
committed by
GitHub
parent
fd138d4adb
commit
9ba8753916
@@ -0,0 +1,12 @@
|
||||
[hunspell]
|
||||
lang = "en_US"
|
||||
search_dirs = ["."]
|
||||
extra_dictionaries = ["lingua.dic"]
|
||||
|
||||
[hunspell.quirks]
|
||||
# `Type`'s
|
||||
# 5x
|
||||
# He tagged it as 'TheGreatestOfAllTimes'
|
||||
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^'s$", "^\\+$"]
|
||||
allow_concatenation = true
|
||||
allow_dashes = true
|
||||
Reference in New Issue
Block a user