Skip to content

Commit

Permalink
Remove nolint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Sep 9, 2024
1 parent 83b20e4 commit ab1c61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certformat.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package certinfo

import (
"bytes"
"crypto/dsa" //nolint:staticcheck // used to inspect key
"crypto/dsa"
"crypto/ecdsa"
"crypto/ed25519"
"crypto/rsa"
Expand Down

0 comments on commit ab1c61f

Please sign in to comment.