mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-30 15:38:49 +02:00
140 lines
2.4 KiB
JSON
140 lines
2.4 KiB
JSON
// cSpell Settings
|
|
{
|
|
// Version of the setting file. Always 0.2
|
|
"version": "0.2",
|
|
// language - current active spelling language
|
|
"language": "en",
|
|
"ignorePaths": [
|
|
"**/*.{out,sketch,svg}",
|
|
"fixtures/fonts.html",
|
|
"**/tmp/**",
|
|
"lib/devices/list.go",
|
|
"lib/js/helper.go",
|
|
"lib/proto/!(a_*)",
|
|
"**/go.{mod,sum}",
|
|
".golangci.yml"
|
|
],
|
|
// words - list of words to be always considered correct
|
|
"words": [
|
|
"APPDATA",
|
|
"Arraybuffer",
|
|
"backgrounding",
|
|
"backoff",
|
|
"Backquote",
|
|
"beforeunload",
|
|
"bodyclose",
|
|
"breakpad",
|
|
"Chromedp",
|
|
"codesearch",
|
|
"commandline",
|
|
"COMSPEC",
|
|
"containerenv",
|
|
"contenteditable",
|
|
"Contentful",
|
|
"Contextable",
|
|
"contextcheck",
|
|
"coverprofile",
|
|
"Dataview",
|
|
"datetime",
|
|
"dockerenv",
|
|
"dropzone",
|
|
"duckduckgo",
|
|
"enctype",
|
|
"errcheck",
|
|
"evenodd",
|
|
"excludesfile",
|
|
"fetchup",
|
|
"fontconfig",
|
|
"forbidigo",
|
|
"forcetypeassert",
|
|
"Fullscreen",
|
|
"Geolocation",
|
|
"getent",
|
|
"gobwas",
|
|
"gocognit",
|
|
"gocyclo",
|
|
"GODEBUG",
|
|
"gofmt",
|
|
"gofumpt",
|
|
"goimports",
|
|
"golangci",
|
|
"goob",
|
|
"gopls",
|
|
"goproxy",
|
|
"gotrace",
|
|
"gson",
|
|
"headful",
|
|
"iframe",
|
|
"iframes",
|
|
"Interactable",
|
|
"ioutil",
|
|
"keychain",
|
|
"KHTML",
|
|
"ldflags",
|
|
"leakless",
|
|
"libasound",
|
|
"libcairo",
|
|
"libgbm",
|
|
"libgobject",
|
|
"libgtk",
|
|
"libnss",
|
|
"libxss",
|
|
"libxtst",
|
|
"Lmsgprefix",
|
|
"loglevel",
|
|
"MDPI",
|
|
"MITM",
|
|
"mitmproxy",
|
|
"mvdan",
|
|
"nilnil",
|
|
"noctx",
|
|
"nolint",
|
|
"Noto",
|
|
"Numpad",
|
|
"onbeforeunload",
|
|
"onclick",
|
|
"onmouseenter",
|
|
"onmouseout",
|
|
"OOPIF",
|
|
"opencontainers",
|
|
"osversion",
|
|
"progresser",
|
|
"proto",
|
|
"proxyauth",
|
|
"Rects",
|
|
"repost",
|
|
"sattributes",
|
|
"schildren",
|
|
"Sessionable",
|
|
"Smood",
|
|
"Socketable",
|
|
"spki",
|
|
"spkis",
|
|
"srgb",
|
|
"staticcheck",
|
|
"stdlib",
|
|
"termux",
|
|
"tlid",
|
|
"touchend",
|
|
"touchstart",
|
|
"tparallel",
|
|
"tracebackancestors",
|
|
"trimpath",
|
|
"Typedarray",
|
|
"tzdata",
|
|
"Unserializable",
|
|
"Wasmvalue",
|
|
"Weakmap",
|
|
"Weakset",
|
|
"Webassemblymemory",
|
|
"wsutil",
|
|
"xlink",
|
|
"XVFB",
|
|
"ysmood"
|
|
],
|
|
// flagWords - list of words to be always considered incorrect
|
|
// This is useful for offensive words and common spelling errors.
|
|
// For example "hte" should be "the"
|
|
"flagWords": []
|
|
}
|