Skip to content

Commit

Permalink
Tolerate some python notations
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 12, 2024
1 parent 30bdac5 commit 366fb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
\bperform it's\b

# Should be `opt-in`
(?<!\sfor)\sopt in\s
(?<!\sfor)(?<!\sif)\sopt in\s

# Should be `less than`
\bless then\b
Expand Down

0 comments on commit 366fb24

Please sign in to comment.