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 aac6879 commit 3ef55b6Copy full SHA for 3ef55b6
testdata/features/frontmatter.feature
@@ -4,7 +4,7 @@ Feature: Frontmatter
4
When I test "frontmatter"
5
Then the output should contain exactly:
6
"""
7
- test.md:2:9:meta.Title:'My document' should be in title case
+ test.md:2:9:Meta.Title:'My document' should be in title case
8
test.md:3:23:vale.Annotations:'NOTE' left in text
9
test.md:4:19:vale.Annotations:'XXX' left in text
10
test.md:9:1:vale.Annotations:'NOTE' left in text
testdata/fixtures/frontmatter/.vale.ini
@@ -3,4 +3,4 @@ MinAlertLevel = suggestion
3
[*.{md}]
vale.Annotations = YES
-meta.Title = YES
+Meta.Title = YES
0 commit comments