Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cspell/acronyms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fedid
respec
11 changes: 11 additions & 0 deletions .cspell/misc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
biblio
parseable
overprompting
unlinkability
quishing
unlinkable
linkable
linkability
fingerprinters
birthdates
reidentify
20 changes: 20 additions & 0 deletions .cspell/names.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cappalli
caceres
onofri
Galluzzo
Hazael
Bjorn
Hjelm
Yubico
Hofmann
Manu
Sporny
MATTR
SPRIND
EUDI
Bormann
Orie
Massieux
Thibodeau
Yosef
Jevon
40 changes: 40 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "0.2",
"ignorePaths": [
"/.cspell/*"
],
"dictionaryDefinitions": [
{
"name": "names",
"path": "./.cspell/names.txt",
"addWords": true
},
{
"name": "acronyms",
"path": "./.cspell/acronyms.txt",
"addWords": true
},
{
"name": "misc",
"path": "./.cspell/misc.txt",
"addWords": true
}
],
"dictionaries": [
"names",
"acronyms",
"misc"
],
"words": [],
"ignoreWords": [],
"import": [],
"ignoreRegExpList": [
"/\\{#([^}]*)\\}/g",
"/\\s*\\[\\[([^\\]]*)\\]\\]\\s*/g",
"/\\(\\#([^\\s#][^)]*[^\\s)])\\)/g",
"/&[^;\\s]+;/g",
"/\\s*\\[=([^=]*)=\\]\\s*/g",
"/class\\s*=\\s*['\"][^'\"]*['\"]/g",
"/id\\s*=\\s*['\"][^'\"]*['\"]/g"
]
}