Changelog: fix spellcheck

This commit is contained in:
Alexander Zobnin
2023-08-30 13:03:27 +02:00
parent c06683cd37
commit 104da4ca9a
2 changed files with 14 additions and 8 deletions

View File

@@ -27,12 +27,12 @@
"docs/**/*.yaml",
"dashboards/**",
"src/**",
"pkg/**",
"CHANGELOG.md"
"pkg/**"
],
"ignoreRegExpList": [
"import\\s*\\((.|[\r\n])*?\\)",
"import\\s*.*\".*?\""
"import\\s*.*\".*?\"",
"\\[@.+\\]"
],
"words": [
"grafana",
@@ -66,6 +66,12 @@
"submatch",
"Gleb",
"Ivanovsky",
"mydomain"
"mydomain",
"struct",
"unmarshal",
"timeshift",
"templatig",
"lastvalue",
"typeahead"
]
}