Skip to content

Commit ebde684

Browse files
committed
vocab is working now
1 parent b0d83b5 commit ebde684

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.vale.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
StylesPath = .vale/styles
22
MinAlertLevel = suggestion
3+
Vocab = ngrok
34
Packages = Google, MDX
45
[*.mdx]
56
BasedOnStyles = Google
6-
7-
# Vocabularies
8-
Vocab = ngrok

.vale/styles/Google/WordList.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends: substitution
22
message: "Use '%s' instead of '%s'."
33
link: "https://developers.google.com/style/word-list"
4-
level: warning
4+
level: error
55
ignorecase: false
66
action:
77
name: replace

0 commit comments

Comments
 (0)