go-pattern-examples/cspell.json
2020-06-02 23:55:13 +08:00

41 lines
867 B
JSON

{
"version": "0.1",
"enabledLanguageIds": [
"go",
"markdown"
],
"enabled": true,
// words - list of words to be always considered correct
"words": [
"bber",
"cnter",
"crazybber",
"fanin",
"gobreaker",
"gomore",
"Goroutines",
"ifelse",
"iostream",
"istack",
"karlseguin",
"logrusorgru",
"mongodb",
"nums",
"postgres",
"retrier",
"semp",
"stackless",
"Stateful",
"stretchr",
"struct",
"Structs",
"tscb",
"xargs"
],
// 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"
]
}