Fix readme and update vale styles folder.
This commit is contained in:
parent
198866093e
commit
f2d9b30662
45 changed files with 5 additions and 6 deletions
12
vale/Google/OptionalPlurals.yml
Executable file
12
vale/Google/OptionalPlurals.yml
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
extends: existence
|
||||
message: "Don't use plurals in parentheses such as in '%s'."
|
||||
link: "https://developers.google.com/style/plurals-parentheses"
|
||||
level: error
|
||||
nonword: true
|
||||
action:
|
||||
name: edit
|
||||
params:
|
||||
- trim_right
|
||||
- "(s)"
|
||||
tokens:
|
||||
- '\b\w+\(s\)'
|
||||
Loading…
Add table
Add a link
Reference in a new issue