@@ -2,20 +2,24 @@ extends: substitution
2
2
message : " Consider using '%s' instead of '%s'."
3
3
link : https://docs.microsoft.com/en-us/style-guide/word-choice/use-simple-words-concise-sentences
4
4
ignorecase : true
5
- level : warning
5
+ level : suggestion
6
6
action :
7
7
name : replace
8
8
swap :
9
+ (?:extract|take away|eliminate) : remove
9
10
(?:give|gave) rise to : lead to
11
+ (?:in order to|as a means to) : to
12
+ (?:inform|let me know) : tell
10
13
(?:previous|prior) to : before
14
+ (?:utilize|make use of) : use
11
15
a (?:large)? majority of : most
12
16
a (?:large)? number of : many
13
17
a myriad of : myriad
14
18
adversely impact : hurt
15
19
all across : across
20
+ all of (?!a sudden|these) : all
16
21
all of a sudden : suddenly
17
22
all of these : these
18
- all of (?!a sudden|these) : all
19
23
all-time record : record
20
24
almost all : most
21
25
almost never : seldom
@@ -52,13 +56,14 @@ swap:
52
56
continue on : continue
53
57
despite the fact that : although
54
58
disappear from sight : disappear
59
+ doomed to fail : doomed
55
60
drag and drop : drag
56
61
drag-and-drop : drag
57
- doomed to fail : doomed
58
62
due to the fact that : because
59
63
during the period of : during
60
64
during the time that : while
61
65
emergency situation : emergency
66
+ establish connectivity : connect
62
67
except when : unless
63
68
excessive number : too many
64
69
extend an invitation : invite
74
79
in a careful manner : carefully
75
80
in a thoughtful manner : thoughtfully
76
81
in a timely manner : timely
82
+ in addition : also
77
83
in an effort to : to
78
84
in between : between
79
85
in lieu of : instead of
0 commit comments