Add spellcheck
This commit is contained in:
71
cspell.config.json
Normal file
71
cspell.config.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"ignorePaths": [
|
||||
"coverage/**",
|
||||
"cypress/**",
|
||||
"dist/**",
|
||||
"go.sum",
|
||||
"mage_output_file.go",
|
||||
"node_modules/**",
|
||||
"provisioning/**/*.yaml",
|
||||
"src/dashboards/*.json",
|
||||
"**/testdata/**/*.json",
|
||||
"**/testdata/**/*.jsonc",
|
||||
"vendor/**",
|
||||
"cspell.config.json",
|
||||
"package.json",
|
||||
"yarn.lock",
|
||||
"docker-compose*.yaml",
|
||||
"docker-compose*.yml",
|
||||
"src/test-setup/**",
|
||||
"src/styles/**",
|
||||
"webpack.config.ts",
|
||||
"ci/**",
|
||||
"devenv/**",
|
||||
"scripts/**",
|
||||
"docs/sources/css/**",
|
||||
"docs/**/*.yml",
|
||||
"docs/**/*.yaml",
|
||||
"dashboards/**",
|
||||
"src/**",
|
||||
"pkg/**",
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"ignoreRegExpList": [
|
||||
"import\\s*\\((.|[\r\n])*?\\)",
|
||||
"import\\s*.*\".*?\""
|
||||
],
|
||||
"words": [
|
||||
"grafana",
|
||||
"datasource",
|
||||
"datasources",
|
||||
"zabbix",
|
||||
"alexanderzobnin",
|
||||
"lastchange",
|
||||
"Zobnin",
|
||||
"lastchange",
|
||||
"eventid",
|
||||
"eventids",
|
||||
"hostid",
|
||||
"hostids",
|
||||
"triggerid",
|
||||
"triggerids",
|
||||
"groupid",
|
||||
"groupids",
|
||||
"itemtype",
|
||||
"itemid",
|
||||
"itemids",
|
||||
"opdata",
|
||||
"timeseries",
|
||||
"datapoint",
|
||||
"datapoints",
|
||||
"percpu",
|
||||
"templating",
|
||||
"singlestat",
|
||||
"iowait",
|
||||
"mkdocs",
|
||||
"submatch",
|
||||
"Gleb",
|
||||
"Ivanovsky",
|
||||
"mydomain"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user