Skip to content

Commit 4d0b3c1

Browse files
dvdksnclaude
andcommitted
vale: scope log in/out swap to verb forms only
The login/logout swap was firing on noun usages like "sbx login", "login shell", and "device flow login" — none of which mean "sign in". Restrict the pattern to verb phrases ("log in", "log on", "sign on", "log out") so noun forms are left alone. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 7efec06 commit 4d0b3c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_vale/Docker/RecommendedWords.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ swap:
1010
'\b(?:ie|i\.e\.)[\s,]': that is
1111
(?:account name|accountname|user name): username
1212
(?:drop down|dropdown): drop-down
13-
(?:log out|logout): sign out
14-
(?:sign on|log on|log in|logon|login): sign in
13+
\blog out\b: sign out
14+
\b(?:sign on|log on|log in)\b: sign in
1515
above: previous
1616
adaptor: adapter
1717
administrate: administer

0 commit comments

Comments
 (0)