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": [
|
2020-05-07 06:47:50 +03:00
|
|
|
"bber",
|
2020-06-02 18:55:13 +03:00
|
|
|
"cnter",
|
2020-05-07 06:47:50 +03:00
|
|
|
"crazybber",
|
|
|
|
"fanin",
|
2020-06-02 18:55:13 +03:00
|
|
|
"gobreaker",
|
2020-05-07 06:47:50 +03:00
|
|
|
"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",
|
2020-05-07 06:47:50 +03:00
|
|
|
"stackless",
|
|
|
|
"Stateful",
|
|
|
|
"stretchr",
|
|
|
|
"struct",
|
|
|
|
"Structs",
|
2020-06-02 18:55:13 +03:00
|
|
|
"tscb",
|
2020-05-07 06:47:50 +03:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|