Skip to content

Commit

Permalink
[en] improve rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tiff committed Jul 25, 2024
1 parent c08d6f0 commit 0f7a390
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3100,6 +3100,12 @@ Incorrectly touched. <example type="untouched">Incorrect grammar. Those present
</pattern>
<disambig action="ignore_spelling"/>
</rule>
<rule name="cc'ing spelling" id="CC_ING_SPELLING3">
<pattern>
<token case_sensitive="yes" regexp="yes">(cc|CC)[’'](d|ing)</token>
</pattern>
<disambig action="ignore_spelling"/>
</rule>
<!--<rule name="cc's" id="CC_VBZ">
<pattern>
<marker>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101750,6 +101750,11 @@ USA
<token>)</token>
<example>Not sure how much this is maintained anymore (even if the paying version is still available – €12.99/year).</example>
</antipattern>
<antipattern>
<token inflected="yes" skip="-1">not</token>
<token>anymore</token>
<token regexp="yes">of|regarding</token>
</antipattern>
<antipattern>
<token chunk_re=".-VP">
<exception regexp="yes" inflected="yes">know|say|think</exception>
Expand Down

0 comments on commit 0f7a390

Please sign in to comment.