25 lines
362 B
YAML
25 lines
362 B
YAML
version: "0.2"
|
|
ignorePaths: []
|
|
dictionaryDefinitions:
|
|
- name: custom-dictionary
|
|
path: ./.cspell/custom-dictionary.txt
|
|
addWords: true
|
|
dictionaries:
|
|
- custom-dictionary
|
|
words: []
|
|
ignoreWords:
|
|
- GOCMD
|
|
- GOPATH
|
|
- GOTEST
|
|
- GOVET
|
|
- Txterm
|
|
- covermode
|
|
- coverprofile
|
|
- davecgh
|
|
- difflib
|
|
- gocov
|
|
- pmezard
|
|
- setaf
|
|
- tput
|
|
import: []
|