refactor: replace string formatting with url.URL to support ipv6 #180
Annotations
10 errors
|
encryption.go#L164
ST1003: should not use underscores in Go names; var encrypted_chunk should be encryptedChunk (stylecheck)
|
|
encryption.go#L163
ST1003: should not use underscores in Go names; range var message_chunk should be messageChunk (stylecheck)
|
|
encryption.go#L159
ST1003: should not use underscores in Go names; var message_chunks should be messageChunks (stylecheck)
|
|
encryption.go#L154
ST1003: should not use underscores in Go names; var encrypted_message should be encryptedMessage (stylecheck)
|
|
encryption.go#L153
ST1003: should not use underscores in Go names; var content_type should be contentType (stylecheck)
|
|
encryption.go#L175
should rewrite http.NewRequestWithContext or add (*Request).WithContext (noctx)
|
|
encryption.go#L108
should rewrite http.NewRequestWithContext or add (*Request).WithContext (noctx)
|
|
client_test.go#L37
S1009: should omit nil check; len() for nil slices is defined as zero (gosimple)
|
|
http.go#L72
S1009: should omit nil check; len() for nil slices is defined as zero (gosimple)
|
|
auth.go#L49
S1009: should omit nil check; len() for nil slices is defined as zero (gosimple)
|
The logs for this run have expired and are no longer available.
Loading