go-pattern-examples/cspell.json

41 lines
867 B
JSON
Raw Normal View History

2020-05-01 07:06:24 +03:00
{
"version": "0.1",
"enabledLanguageIds": [
"go",
"markdown"
],
"enabled": true,
// words - list of words to be always considered correct
"words": [
"bber",
2020-06-02 18:55:13 +03:00
"cnter",
"crazybber",
"fanin",
2020-06-02 18:55:13 +03:00
"gobreaker",
"gomore",
"Goroutines",
"ifelse",
"iostream",
"istack",
"karlseguin",
"logrusorgru",
"mongodb",
"nums",
"postgres",
2020-05-11 13:00:55 +03:00
"retrier",
2020-05-21 12:45:42 +03:00
"semp",
"stackless",
"Stateful",
"stretchr",
"struct",
"Structs",
2020-06-02 18:55:13 +03:00
"tscb",
"xargs"
2020-05-01 07:06:24 +03: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"
]
}