mirror of https://github.com/docker/docs.git
Make Vale substitute rule actionable in extensions
This commit is contained in:
parent
0411616bcb
commit
7f9f453ec1
|
@ -3,6 +3,8 @@ message: "Consider using '%s' instead of '%s'"
|
|||
link: https://docs.docker.com/contribute/style/recommended-words/
|
||||
ignorecase: true
|
||||
level: suggestion
|
||||
action:
|
||||
name: replace
|
||||
swap:
|
||||
'\b(?:eg|e\.g\.)[\s,]': for example
|
||||
'\b(?:ie|i\.e\.)[\s,]': that is
|
||||
|
|
Loading…
Reference in New Issue