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..c955bf3b --- /dev/null +++ b/.cspell/misc.txt @@ -0,0 +1,11 @@ +biblio +parseable +overprompting +unlinkability +quishing +unlinkable +linkable +linkability +fingerprinters +birthdates +reidentify \ No newline at end of file diff --git a/.cspell/names.txt b/.cspell/names.txt new file mode 100644 index 00000000..3c2ab1fe --- /dev/null +++ b/.cspell/names.txt @@ -0,0 +1,20 @@ +cappalli +caceres +onofri +Galluzzo +Hazael +Bjorn +Hjelm +Yubico +Hofmann +Manu +Sporny +MATTR +SPRIND +EUDI +Bormann +Orie +Massieux +Thibodeau +Yosef +Jevon \ 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