File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 a (?:large)? majority of : most
1212 a (?:large)? number of : many
1313 a myriad of : myriad
14- adequate number of : enough
1514 adversely impact : hurt
1615 all across : across
1716 all of a sudden : suddenly
2120 almost all : most
2221 almost never : seldom
2322 along the lines of : similar to
23+ an adequate number of : enough
2424 an appreciable number of : many
2525 an estimated : about
2626 any and all : all
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Feature: Rules
44 When I test "Accessibility"
55 Then the output should contain exactly:
66 """
7- test.md:3:110:Microsoft.Accessibility:Don't use language (such as 'able-bodied') that defines people by their disability.
7+ test.md:3:110:Microsoft.Accessibility:Don't use language (such as 'able-bodied') that defines people by their disability.
88 test.md:5:24:Microsoft.Accessibility:Don't use language (such as 'crippled') that defines people by their disability.
99 """
1010
@@ -46,7 +46,7 @@ test.md:3:110:Microsoft.Accessibility:Don't use language (such as 'able-bodied')
4646 test.md:5:34:Microsoft.ComplexWords:Consider using 'plenty' instead of 'abundance'.
4747 test.md:7:8:Microsoft.Adverbs:Consider removing 'very'.
4848 test.md:9:1:Microsoft.FirstPerson:Use first person (such as 'I') sparingly.
49- test.md:9:27:Microsoft.Wordiness:Consider using 'enough' instead of 'adequate number of'.
49+ test.md:9:27:Microsoft.Wordiness:Consider using 'enough' instead of 'an adequate number of'.
5050 test.md:11:9:Microsoft.Vocab:Verify your use of 'ensure' with the A-Z word list.
5151 test.md:17:1:Microsoft.FirstPerson:Use first person (such as 'I') sparingly.
5252 test.md:19:13:Microsoft.FirstPerson:Use first person (such as 'me') sparingly.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Do this and/or that. There is an abundance of food.
66
77That's very exciting news!
88
9- I did that too. There was adequate number of people.
9+ I did that too. There was an adequate number of people.
1010
1111Did you ensure that it works?
1212
You can’t perform that action at this time.
0 commit comments