ficsit-cli-flake/cspell.json

26 lines
632 B
JSON
Raw Permalink Normal View History

// https://cspell.org/configuration/
{
2024-10-22 03:42:38 +00:00
// 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": [
"armv",
"ficsit",
"gofumpt",
"Goland",
"golangci",
"goquery",
"graphqurl",
"mvdan",
"pgdn",
"pgup",
"wordwrap"
],
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// cSpell:disable (don't complain about the words we listed here)
"flagWords": ["hte"]
}