Skip to content

Commit b9369ff

Browse files
committed
chore: exclude code from intrange linter
1 parent cf8fb7f commit b9369ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/certificatetransparency/ct-parser.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ func calculateHash(data []byte, certHasher hash.Hash) string {
308308
certHash = strings.ToUpper(certHash)
309309

310310
var result bytes.Buffer
311+
312+
//nolint:intrange
311313
for i := 0; i < len(certHash); i++ {
312314
if i%2 == 0 && i > 0 {
313315
result.WriteByte(':')

0 commit comments

Comments
 (0)