|
@@ -1,12 +1,22 @@
|
|
-#file: noinspection IncorrectFormatting
|
|
|
|
---
|
|
---
|
|
extends: spelling
|
|
extends: spelling
|
|
level: warning
|
|
level: warning
|
|
-link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/spelling/
|
|
|
|
|
|
+link:
|
|
message: "Use correct American English spelling. Did you really mean '%s'?"
|
|
message: "Use correct American English spelling. Did you really mean '%s'?"
|
|
# source: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/spelling/
|
|
# source: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/spelling/
|
|
# A "filter" is a case-sensitive regular expression specifying words to ignore during spell checking.
|
|
# A "filter" is a case-sensitive regular expression specifying words to ignore during spell checking.
|
|
# Spelling rule applies to individual words
|
|
# Spelling rule applies to individual words
|
|
ignorecase: true
|
|
ignorecase: true
|
|
|
|
+#ignore:
|
|
|
|
+ #- spelling.txt
|
|
filters:
|
|
filters:
|
|
-- respawns
|
|
|
|
|
|
+- "bindless"
|
|
|
|
+- "rollout[s]?"
|
|
|
|
+- "shader[s]?"
|
|
|
|
+- "shader"
|
|
|
|
+- "shaders"
|
|
|
|
+- "viewport[s]?"
|
|
|
|
+- "respawn[s]?"
|
|
|
|
+- "mipmap[s]?"
|
|
|
|
+- "mip[s]?"
|
|
|
|
+- "respawns"
|