mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
14 lines
368 B
YAML
14 lines
368 B
YAML
|
extends: substitution
|
||
|
message: "Use '%s' instead of '%s'."
|
||
|
link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-us-spelling-avoid-non-english-words
|
||
|
ignorecase: true
|
||
|
level: error
|
||
|
nonword: true
|
||
|
action:
|
||
|
name: replace
|
||
|
swap:
|
||
|
'\b(?:eg|e\.g\.)[\s,]': for example
|
||
|
'\b(?:ie|i\.e\.)[\s,]': that is
|
||
|
'\b(?:viz\.)[\s,]': namely
|
||
|
'\b(?:ergo)[\s,]': therefore
|