Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 16, 2024
1 parent 8f3b0be commit 18170e7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
StylesPath = styles
MinAlertLevel = suggestion
MinAlertLevel = warning

Vocab = EN

Expand Down
2 changes: 1 addition & 1 deletion styles/custom/LatinAbbreviations.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: substitution
message: "Avoid latin abbreviations: '%s'. Consider using '%s' instead."
level: suggestion
level: warning
ignorecase: false

swap:
Expand Down
2 changes: 1 addition & 1 deletion styles/custom/Repitition.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: repetition
message: "'%s' is repeated!"
level: suggestion
level: warning
alpha: true
tokens:
- '[^\s]+'
2 changes: 1 addition & 1 deletion styles/custom/SentenceCaseHeaders.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: capitalization
message: "'%s' should use sentence-style capitalization. Try '%s' instead."
level: suggestion
level: warning
scope: heading
match: $sentence
indicators:
Expand Down
2 changes: 1 addition & 1 deletion styles/custom/Typos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extends: spelling

message: "Oops there's a typo -- did you really mean '%s'? "
level: suggestion
level: warning

action:
name: suggest
Expand Down

0 comments on commit 18170e7

Please sign in to comment.