-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is there an option for allowing some duplicate words without an annotation? My example is hex characters that aren't actually repeated. This example comes from moov-io/dukpt.
pkg/des/des_internal.go:116:2: Duplicate words (C0C0) found (dupword)
// 4) XOR the Key Register with hexadecimal "C0C0 C0C0 0000 0000 C0C0 C0C0 0000 0000"
^
I've tried to double quote the hex characters, but that doesn't seem to help.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request