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 d09f28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion certinfo.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 d09f28d

Please sign in to comment.