11ignorePaths :
22 - build/**
33 - src/libxrpl/crypto
4- - src/test/** # Will be removed in the future
54 - CMakeUserPresets.json
65 - Doxyfile
76 - docs/**/*.puml
87 - cmake/**
98 - LICENSE.md
9+ - src/test/app/wasm_fixtures/**/*.wat
10+ - src/test/app/wasm_fixtures/*.c
1011language : en
11- allowCompoundWords : true
12+ allowCompoundWords : true # TODO (#6334)
1213ignoreRandomStrings : true
1314minWordLength : 5
1415dictionaries :
1516 - cpp
1617 - en_US
1718 - en_GB
1819ignoreRegExpList :
19- - /[rs][1-9A-HJ-NP-Za-km-z]{25,34}/g # addresses and seeds
20- - /(XRPL|BEAST)_[A-Z_0-9]+_H_INCLUDED+/g # include guards
21- - /(XRPL|BEAST)_[A-Z_0-9]+_H+/g # include guards
20+ - /\b[rs][1-9A-HJ-NP-Za-km-z]{25,34}/g # addresses and seeds
21+ - /\bC[A-Z0-9]{15}/g # CTIDs
22+ - /\b(XRPL|BEAST)_[A-Z_0-9]+_H_INCLUDED+/g # include guards
23+ - /\b(XRPL|BEAST)_[A-Z_0-9]+_H+/g # include guards
2224 - /::[a-z:_]+/g # things from other namespaces
23- - /lib [a-z]+/g # libraries
24- - /[0-9]{4}-[0-9]{2}-[0-9]{2}[,:][A-Za-zÀ-ÖØ-öø-ÿ.\s]+/g # copyright dates
25- - /[0-9]{4}[,:]?\s*[A-Za-zÀ-ÖØ-öø-ÿ.\s]+/g # copyright years
25+ - /\blib [a-z]+/g # libraries
26+ - /\b [0-9]{4}-[0-9]{2}-[0-9]{2}[,:][A-Za-zÀ-ÖØ-öø-ÿ.\s]+/g # copyright dates
27+ - /\b [0-9]{4}[,:]?\s*[A-Za-zÀ-ÖØ-öø-ÿ.\s]+/g # copyright years
2628 - /\[[A-Za-z0-9-]+\]\(https:\/\/github.com\/[A-Za-z0-9-]+\)/g # Github usernames
2729 - /-[DWw][a-zA-Z0-9_-]+=/g # compile flags
2830 - /[\['"`]-[DWw][a-zA-Z0-9_-]+['"`\]]/g # compile flags
31+ - ABCDEFGHIJKLMNOPQRSTUVWXYZ
32+ - ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
33+ overrides :
34+ - filename : " **/*_test.cpp" # all test files
35+ ignoreRegExpList :
36+ - /"[^"]*"/g # double-quoted strings
37+ - /'[^']*'/g # single-quoted strings
38+ - /`[^`]*`/g # backtick strings
2939suggestWords :
3040 - xprl->xrpl
31- - xprld->xrpld
32- - unsynched->unsynced
41+ - xprld->xrpld # cspell: disable-line not sure what this problem is....
42+ - unsynched->unsynced # cspell: disable-line not sure what this problem is....
3343 - synched->synced
3444 - synch->sync
3545words :
5161 - Britto
5262 - Btrfs
5363 - canonicality
64+ - cdylib
65+ - changespq
5466 - checkme
5567 - choco
5668 - chrono
@@ -106,12 +118,14 @@ words:
106118 - inequation
107119 - insuf
108120 - insuff
121+ - invasively
109122 - iou
110123 - ious
111124 - isrdc
112125 - itype
113126 - jemalloc
114127 - jlog
128+ - jtnofill
115129 - keylet
116130 - keylets
117131 - keyvadb
@@ -138,6 +152,7 @@ words:
138152 - Metafuncton
139153 - misprediction
140154 - mptbalance
155+ - MPTDEX
141156 - mptflags
142157 - mptid
143158 - mptissuance
@@ -147,6 +162,7 @@ words:
147162 - mptokenissuance
148163 - mptokens
149164 - mpts
165+ - mtgox
150166 - multisig
151167 - multisign
152168 - multisigned
@@ -174,6 +190,7 @@ words:
174190 - perminute
175191 - permissioned
176192 - pointee
193+ - populator
177194 - preauth
178195 - preauthorization
179196 - preauthorize
@@ -182,6 +199,7 @@ words:
182199 - protobuf
183200 - protos
184201 - ptrs
202+ - pushd
185203 - pyenv
186204 - qalloc
187205 - queuable
0 commit comments