1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-06-02 06:36:03 +02:00
gobuster/cspell.json

44 lines
1016 B
JSON
Raw Permalink Normal View History

2020-06-20 14:58:27 +02:00
// cSpell Settings
{
// Version of the setting file. Always 0.2
"version": "0.2",
2020-06-20 14:58:27 +02:00
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
"words": [
"libgobuster",
"gobuster",
"gobusters",
"gobusterdir",
"gobusterdns",
"gobusterfuzz",
"gobustervhost",
"gobustergcs",
2020-06-20 14:58:27 +02:00
"vhost",
"vhosts",
"cname",
"uuid",
"dirb",
"wordlist",
"wordlists",
"hashcat",
"Mehlmauer",
"firefart",
"GOPATH",
"nolint",
"unconvert",
"unparam",
2020-06-20 16:42:42 +02:00
"prealloc",
"gochecknoglobals",
"gochecknoinits",
"fatih",
"netip"
2020-06-20 14:58:27 +02:00
],
// 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": [
"hte"
]
}