Skip to content

Commit

Permalink
Add missing configs
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Oct 13, 2023
1 parent 810d681 commit ec81dde
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .clabot
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"contributors": [
"appcypher",
"b5",
"bgins",
"expede",
"matheus23",
"QuinnWilton",
"bmann",
"dholms",
"gozala",
"gobengo",
"nicobao"
]
}
180 changes: 180 additions & 0 deletions .custom-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
ACL
ACLs
AlicePhone
AliceRoot
Attenuations
Aud
Auth
AuthorityA
AuthorityB
BCP
BT
Bluesky
BxZ
CIDs
CIDv
CNAME
CRDT
CRDTs
Canonicalization
Compositionality
DAG
DAGs
DHT
DID's
DIDs
DNS
DNSLinks
DT
Datalog
ECDSA
EL
EdDSA
GLVVQR
GUID
Golang
Gozalishvili
HEHYSF
Haus
Holmgren
Invoker's
Irakli
JSON
JWT
JWTs
Karp
Kleppmann
Krüger
LD
Lemmer
Meiklejohn
Memoized
Merkle
Mikael
MkiTBz
OCAP
OCapN
PITM
PKI
POLA
Philipp
RBAC
RESTful
RL
RSA
RSM
Redelegating
Redelegation
Revoker
SDSI
SHA
SPKI
ScopeA
ScopeB
Seitan
Subschemes
TXT
TypeScript
UCAN
UCAN's
UCANs
URI
URIs
Vandevelde
WG
WebNative
Webber
ZCAP
Zelenka
adoptability
al
alice
attenuations
aud
auth
autonumber
bene
blockchain
codec
codecs
crudGraph
cryptographically
del
delegable
delegator
dereference
disambiguates
disjunct
djdX
dns
enums
et
extractable
filesystem
fooey
hawaii
init
inlining
interconnectivity
interpretable
inv
invoker
iss
js
json
lifecycle
lockboxes
mDooWp
mailto
matcher
memoization
modelled
msg
msgGraph
multicodec
namespace
namespaced
namespaces
nonces
nota
ocap
pcec
plaintext
potencies
pre
preimages
quG
rc
reauthorizations
recommentations
redelegate
redelegates
requestors
rootAud
rootCap
rootIss
runtime
scalable
sdarnit
sequenceDiagram
situationally
stateful
subdelegate
subgraph
subscheme
tradeoffs
trustless
trustlessly
ucan
un
unary
unforgeability
unresolvable
url
validatable
validator
validator's
verifiability
wnfs
xyz
ymuepAQ
26 changes: 26 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
matrix:
- name: Markdown
aspell:
lang: en
d: en_US
dictionary:
encoding: utf-8
wordlists: [".custom-words.txt"]
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
- pyspelling.filters.context:
context_visible_first: true
escapes: \\[\\`~]
delimiters:
- open: '(?s)^(?P<open> *`{3,})$'
close: '^(?P=open)$'
- open: '(?P<open>`+)'
close: '(?P=open)'
sources:
- 'README.md'
default_encoding: utf-8

0 comments on commit ec81dde

Please sign in to comment.