1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-04-19 04:53:47 +02:00
gobuster/cspell.json
Christian Mehlmauer 0a0cab949f
Dev Updates (#305)
* retry on timeout
* Google Cloud Bucket enumeration
* colors in output
* goreleaser
* fix nil reference errors
2022-10-08 18:41:25 +02:00

44 lines
1016 B
JSON

// cSpell Settings
{
// Version of the setting file. Always 0.2
"version": "0.2",
// 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",
"vhost",
"vhosts",
"cname",
"uuid",
"dirb",
"wordlist",
"wordlists",
"hashcat",
"Mehlmauer",
"firefart",
"GOPATH",
"nolint",
"unconvert",
"unparam",
"prealloc",
"gochecknoglobals",
"gochecknoinits",
"fatih",
"netip"
],
// 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"
]
}