blob: d91700de3fbdc7df64436bdcf4cf281f05036e5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
extends: substitution
message: "Use '%s' instead of '%s'."
link: 'https://developers.google.com/style/abbreviations'
ignorecase: true
level: error
nonword: true
action:
name: replace
swap:
'\b(?:eg|e\.g\.)[\s,]': for example
'\b(?:ie|i\.e\.)[\s,]': that is
|