We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d243c1 commit 4f51661Copy full SHA for 4f51661
.github/docs/vale/.vale.ini
@@ -4,6 +4,10 @@ StylesPath = styles
4
# Minimum alert level
5
MinAlertLevel = suggestion
6
7
+# Core options - must be defined before syntax-specific options
8
+IgnoredScopes = code, tt, pre
9
+IgnoredClasses = language-*, MathJax*
10
+
11
# Global configuration
12
[*]
13
# Enable Coder's custom styles
@@ -14,8 +18,4 @@ Vale.Spelling = NO
14
18
15
19
# Ignore code blocks, inline code, and frontmatter
16
20
BlockIgnores = (?s)```(.|\n)*?```
17
-TokenIgnores = (`[^`]+`)
-
-# Exclude generated files and temporary files
-IgnoredScopes = code, tt, pre
21
-IgnoredClasses = language-*, MathJax*
+TokenIgnores = (`[^`]+`)
0 commit comments