File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Passive Voice
2
2
3
+ <!-- ❌ trigger on the use of passive voice -->
3
4
Great expectations were formed of him.
4
5
The house was filled with laughter.
5
6
He was struck by her beauty.
6
7
The streets were paved with gold.
7
8
The cake was left on the table.
9
+
10
+ <!-- ✅ ignore on the use of passive like words not used as passive -->
11
+ The felt was soft and heavy.
12
+ How was the set?
Original file line number Diff line number Diff line change 1
1
# Percentages
2
2
3
+ <!-- ❌ trigger on the use of non-numeric percentage -->
3
4
The inflation rate rose by three percent last month.
5
+
6
+ <!-- ✅ ignore the use of zero percent -->
4
7
To expect a zero percent margin of error is unreasonable.
8
+
9
+ <!-- ✅ ignore the use of numeral percentage -->
10
+ That's a 20 percent spike in detection rate.
Original file line number Diff line number Diff line change 1
- test.md:3 :20:Prim.PassiveVoice:'were formed' looks like passive voice.
2
- test.md:4 :11:Prim.PassiveVoice:'was filled' looks like passive voice.
3
- test.md:5 :4:Prim.PassiveVoice:'was struck' looks like passive voice.
4
- test.md:6 :13:Prim.PassiveVoice:'were paved' looks like passive voice.
5
- test.md:7 :10:Prim.PassiveVoice:'was left' looks like passive voice.
1
+ test.md:4 :20:Prim.PassiveVoice:'were formed' looks like passive voice.
2
+ test.md:5 :11:Prim.PassiveVoice:'was filled' looks like passive voice.
3
+ test.md:6 :4:Prim.PassiveVoice:'was struck' looks like passive voice.
4
+ test.md:7 :13:Prim.PassiveVoice:'were paved' looks like passive voice.
5
+ test.md:8 :10:Prim.PassiveVoice:'was left' looks like passive voice.
Original file line number Diff line number Diff line change 1
- test.md:3 :28:Prim.Percentages:Use a numeral to represent a percentage.
1
+ test.md:4 :28:Prim.Percentages:Use a numeral to represent a percentage.
You can’t perform that action at this time.
0 commit comments