From e40deec8086bc606a863249ab66d1513df446a80 Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Mon, 1 Dec 2025 12:13:21 -0500 Subject: [PATCH 1/2] add cspell config --- .cspell/acronyms.txt | 2 ++ .cspell/misc.txt | 8 ++++++++ .cspell/names.txt | 19 +++++++++++++++++++ cspell.json | 40 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 .cspell/acronyms.txt create mode 100644 .cspell/misc.txt create mode 100644 .cspell/names.txt create mode 100644 cspell.json diff --git a/.cspell/acronyms.txt b/.cspell/acronyms.txt new file mode 100644 index 00000000..dd7dec75 --- /dev/null +++ b/.cspell/acronyms.txt @@ -0,0 +1,2 @@ +fedid +respec \ No newline at end of file diff --git a/.cspell/misc.txt b/.cspell/misc.txt new file mode 100644 index 00000000..47a0c94e --- /dev/null +++ b/.cspell/misc.txt @@ -0,0 +1,8 @@ +biblio +parseable +overprompting +unlinkability +quishing +unlinkable +linkable +linkability \ No newline at end of file diff --git a/.cspell/names.txt b/.cspell/names.txt new file mode 100644 index 00000000..a5cdb206 --- /dev/null +++ b/.cspell/names.txt @@ -0,0 +1,19 @@ +cappalli +caceres +onofri +Galluzzo +Hazael +Bjorn +Hjelm +Yubico +Hofmann +Manu +Sporny +MATTR +SPRIND +EUDI +Bormann +Orie +Massieux +Thibodeau +Yosef \ No newline at end of file diff --git a/cspell.json b/cspell.json new file mode 100644 index 00000000..c41ac576 --- /dev/null +++ b/cspell.json @@ -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" + ] +} \ No newline at end of file From f882732204e1c833c8bdf5d6bf86f9af67ce2067 Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Mon, 1 Dec 2025 12:18:30 -0500 Subject: [PATCH 2/2] add to dictionary --- .cspell/misc.txt | 5 ++++- .cspell/names.txt | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cspell/misc.txt b/.cspell/misc.txt index 47a0c94e..c955bf3b 100644 --- a/.cspell/misc.txt +++ b/.cspell/misc.txt @@ -5,4 +5,7 @@ unlinkability quishing unlinkable linkable -linkability \ No newline at end of file +linkability +fingerprinters +birthdates +reidentify \ No newline at end of file diff --git a/.cspell/names.txt b/.cspell/names.txt index a5cdb206..3c2ab1fe 100644 --- a/.cspell/names.txt +++ b/.cspell/names.txt @@ -16,4 +16,5 @@ Bormann Orie Massieux Thibodeau -Yosef \ No newline at end of file +Yosef +Jevon \ No newline at end of file