Skip to content

Commit

Permalink
Exclude token from network byte conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Feb 7, 2024
1 parent ce1ab80 commit 406a46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/spelling/candidate.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ content: (['"])[-a-zA-Z=;:/0-9+]*=\g{-1}
perl(?:\s+-[a-zA-Z]\w*)+

# C network byte conversions
(?:\d|\bh)to(?=[a-z])|to(?=[adhiklpun]\()
(?:\d|\bh)to(?!ken)(?=[a-z])|to(?=[adhiklpun]\()

# Go regular expressions
regexp?\.MustCompile\(`[^`]*`\)
Expand Down

0 comments on commit 406a46d

Please sign in to comment.