Skip to content

Commit

Permalink
C network byte conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 24, 2023
1 parent 4db33f4 commit fb9b6fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/spelling/candidate.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@ content: (['"])[-a-zA-Z=;:/0-9+]*=\g{-1}
# perl run
perl(?:\s+-[a-zA-Z]\w*)+

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

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

Expand Down

0 comments on commit fb9b6fd

Please sign in to comment.