Skip to content

Commit

Permalink
[en] amended rules
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-defran-lt committed Aug 14, 2024
1 parent d6999f2 commit 2cac710
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ urinal
urinary
urinated
urine
*URL
URL
*URN
urologist
*URS
Expand Down Expand Up @@ -952,3 +952,4 @@ urinalysis
Utahn
oncer
SCSI
uniqueidentifier
Original file line number Diff line number Diff line change
Expand Up @@ -20610,9 +20610,13 @@ USA
</rulegroup>
<rule id="CAN_CHECKOUT" name="can checkout (check out)">
<antipattern>
<token regexp="yes" inflected="yes">proceed|go|forward|refer|send|continue|move|prior|navigate|head|get</token>
<token regexp="yes" inflected="yes" skip="-1">proceed|go|forward|refer|send|continue|move|prior|navigate|head|get</token>
<token>to</token>
</antipattern>
<antipattern>
<token>to</token>
<token regexp="yes">[^c]heckout</token>
</antipattern>
<pattern>
<token regexp="yes">can(not)?|[wc]ould|should|might|must|may|did|to</token>
<token regexp="yes">check-?out</token>
Expand All @@ -20621,6 +20625,7 @@ USA
<suggestion>\1 check out</suggestion>
<example correction="can check out">She <marker>can checkout</marker> tomorrow.</example>
<example>Click the "Proceed to checkout" button.</example>
<example>Send payment details to Checkout.</example>
</rule>
<!-- got shutdown::word=got shut down -->
<rule id="GOT_SHUTDOWN" name="got shutdown (shut down)">
Expand Down

0 comments on commit 2cac710

Please sign in to comment.