Files
grafana-zabbix/cspell.config.json
2026-01-26 17:04:45 +01:00

81 lines
1.4 KiB
JSON

{
"ignorePaths": [
"coverage/**",
"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/src/css/**",
"docs/**/*.yml",
"docs/**/*.yaml",
"dashboards/**",
"src/**",
"pkg/**"
],
"ignoreRegExpList": [
"import\\s*\\((.|[\r\n])*?\\)",
"import\\s*.*\".*?\"",
"\\[@.+\\]"
],
"words": [
"alexanderzobnin",
"applicationids",
"datapoint",
"datapoints",
"datasource",
"datasources",
"devenv",
"dompurify",
"eventid",
"eventids",
"Gleb",
"grafana",
"groupid",
"groupids",
"hostid",
"hostids",
"iowait",
"itemid",
"itemids",
"itemtype",
"Ivanovsky",
"lastchange",
"lastvalue",
"mydomain",
"opdata",
"percpu",
"singlestat",
"slaid",
"struct",
"submatch",
"templatig",
"templating",
"timeseries",
"timeshift",
"triggerid",
"triggerids",
"typeahead",
"unmarshal",
"uplot",
"zabbix",
"Zobnin"
]
}