mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
|