File tree Expand file tree Collapse file tree 5 files changed +13
-0
lines changed
Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,7 @@ extends: substitution
33message : Consider using '%s' instead of '%s'
44ignorecase : true
55level : error
6+ action :
7+ name : replace
68swap :
79 (?:click|press) : " 'select'"
Original file line number Diff line number Diff line change @@ -3,5 +3,10 @@ extends: existence
33message : " Do not start a paragraph with a 'but'."
44level : error
55scope : paragraph
6+ action :
7+ name : remove
8+ params :
9+ - remove
10+ - ' .?!'
611tokens :
712 - ^But
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ extends: substitution
33message : Consider using '%s' instead of '%s'
44ignorecase : true
55level : error
6+ action :
7+ name : replace
68swap :
79 (?:alumna|alumnus) : graduate
810 (?:alumnae|alumni) : graduates
Original file line number Diff line number Diff line change 22extends : substitution
33message : Use '%s' instead of '%s'
44level : warning
5+ action :
6+ name : replace
57swap :
68 African-American : African American
79 Asian-American : Asian American
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ level: error
55scope : text
66ignorecase : false
77nonword : true
8+ action :
9+ name : replace
810swap :
911 e\.g\. : eg
1012 i\.e\. : ie
You can’t perform that action at this time.
0 commit comments