Skip to content

Commit ca93f38

Browse files
committed
Add "it's" to E-Prime
1 parent 769e957 commit ca93f38

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

features/rules.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Feature: Rules
1212
Then the output should contain exactly:
1313
"""
1414
test.md:3:1:write-good.E-Prime:Try to avoid using 'Here's'.
15+
test.md:6:1:write-good.E-Prime:Try to avoid using 'It's'.
1516
"""
1617

1718
Scenario: Repeated words

fixtures/E-Prime/test.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# `write-good.E-Prime`
22

33
Here's a new book.
4+
5+
6+
It's a good idea.

write-good/E-Prime.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tokens:
1616
- i'm
1717
- is
1818
- isn't
19+
- it's
1920
- she's
2021
- that's
2122
- there's

0 commit comments

Comments
 (0)