Skip to content

Commit

Permalink
Add cspell config with acceptable non-dicionary words.
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Higgins <[email protected]>
  • Loading branch information
phiggins committed Apr 29, 2020
1 parent 0d1492b commit b6c4e78
Showing 1 changed file with 205 additions and 0 deletions.
205 changes: 205 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
{
// Version of the setting file. Always 0.1
"version": "0.1",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
"words": [
"adamhjk",
"adamleff",
"afiune",
"alam",
"aleer",
"alexpop",
"appbundle",
"appbundler",
"apriofrost",
"aronsohn",
"authn",
"bcmdarroch",
"berkshelf",
"binstubs",
"blakestier",
"boneyarding",
"brenna",
"cating",
"certstore",
"cheatsheet",
"cheeseplus",
"cheffish",
"chefsalim",
"chefstyle",
"chisamore",
"christophermaier",
"christopherson",
"cinc",
"clintoncwolfe",
"cloke",
"codebases",
"codeowners",
"coderanger",
"cookstyle",
"cowie",
"crae",
"cragun",
"cwolfe",
"danielsdeleo",
"danna",
"darroch",
"davymcaleer",
"devs",
"dibowitz",
"didrichsen",
"digitalocean",
"distro",
"distros",
"doxing",
"duffield",
"eeyun",
"efast",
"epgsql",
"erlzmq",
"eventlog",
"fauxhai",
"finfrock",
"fixie",
"fujin",
"garmoe",
"gavindidrichsen",
"gitter",
"goiardi",
"granquist",
"gugan",
"httpc",
"ibrowse",
"inspec",
"itmustbejj",
"jaym",
"jaymzh",
"jeremymv",
"jhudson",
"jinglewski",
"jkeiser",
"johnmccrae",
"johnshow",
"jonlives",
"jonsmorrow",
"jtimberman",
"kagarmoe",
"kallistec",
"kantrowitz",
"kartik",
"keiser",
"kmacgugan",
"krasnow",
"ksubrama",
"kyleen",
"lancefw",
"leff",
"lellan",
"libarchive",
"libyajl",
"linode",
"macfarlane",
"magwalk",
"maier",
"mandi",
"marcparadise",
"markan",
"mikedodge",
"mixlib",
"mjingle",
"mmap",
"moser",
"mparadise",
"mshafique",
"msorens",
"mudash",
"mudassar",
"mundrawala",
"murawksi",
"mutex",
"mware",
"mwrock",
"ohai",
"omnifetch",
"oneview",
"onlyhavecans",
"openstack",
"opscoderl",
"orgs",
"outro",
"phiggins",
"prajakta",
"prajaktapurohit",
"purohit",
"ranjib",
"raskchanky",
"rdavis",
"reindex",
"renatus",
"repoman",
"repos",
"rickmarry",
"roadmap",
"robb",
"robbkidd",
"ryancragun",
"salim",
"schisamo",
"schwad",
"schwaderer",
"scottopherson",
"scripter",
"sdelano",
"shadae",
"shafique",
"shellout",
"signoff",
"skpaterson",
"smacfarlane",
"smarshall",
"smurawski",
"sorens",
"sqerl",
"srenatus",
"stevendanna",
"stevenmurawski",
"stocksy",
"stuartpreston",
"subproject",
"subramanian",
"susanev",
"symlink",
"symlinked",
"symlinks",
"tarablack",
"taskscheduler",
"tball",
"tduffield",
"teknofire",
"thom",
"thommay",
"timberman",
"toolchain",
"trello",
"triaged",
"triaging",
"tylercloke",
"untriaged",
"vcenter",
"vjeffrey",
"vmware",
"vsphere",
"webhooks",
"wrock",
"yajl",
"zenspider"
],
// 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"
]
}

0 comments on commit b6c4e78

Please sign in to comment.