We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769e957 commit ca93f38Copy full SHA for ca93f38
3 files changed
features/rules.feature
@@ -12,6 +12,7 @@ Feature: Rules
12
Then the output should contain exactly:
13
"""
14
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'.
16
17
18
Scenario: Repeated words
fixtures/E-Prime/test.md
@@ -1,3 +1,6 @@
1
# `write-good.E-Prime`
2
3
Here's a new book.
4
+
5
6
+It's a good idea.
write-good/E-Prime.yml
@@ -16,6 +16,7 @@ tokens:
- i'm
- is
- isn't
19
+ - it's
20
- she's
21
- that's
22
- there's
0 commit comments