Skip to content

Commit

Permalink
Ignore SA1019
Browse files Browse the repository at this point in the history
  • Loading branch information
dusansalestrekker committed Jul 25, 2021
1 parent 332310f commit 2e2fea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ func visit(url *url.URL) {
connectedVia := "plaintext"
if resp.TLS != nil {
switch resp.TLS.Version {
//lint:ignore SA1019
case tls.VersionSSL30:
connectedVia = "SSLv3"
case tls.VersionTLS10:
Expand Down

0 comments on commit 2e2fea5

Please sign in to comment.