Merge pull request #124 from quexer/main #65
Annotations
10 errors and 10 warnings
Run Linters:
certmagic.go#L10
import 'github.com/caddyserver/certmagic' is not allowed from list 'Main' (depguard)
|
Run Linters:
certmagic.go#L26
if statements should only be cuddled with assignments (wsl)
|
Run Linters:
certmagic.go#L29
if statements should only be cuddled with assignments (wsl)
|
Run Linters:
certmagic.go#L31
Error return value is not checked (errcheck)
|
Run Linters:
certmagic.go#L37
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
|
Run Linters:
storage.go#L13
import 'github.com/caddyserver/certmagic' is not allowed from list 'Main' (depguard)
|
Run Linters:
storage.go#L49
only one cuddle assignment allowed before if statement (wsl)
|
Run Linters:
storage.go#L52
assignments should only be cuddled with other assignments (wsl)
|
Run Linters:
storage.go#L56
return statements should not be cuddled if block has more than two lines (wsl)
|
Run Linters:
storage.go#L63
assignments should only be cuddled with other assignments (wsl)
|
Run Linters:
storage.go#L34
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run Linters:
options.go#L10
exported: exported var DefaultMaxActive should have comment or be unexported (revive)
|
Run Linters:
options.go#L32
exported: exported function ConnectTimeout should have comment or be unexported (revive)
|
Run Linters:
options.go#L39
exported: exported function ReadTimeout should have comment or be unexported (revive)
|
Run Linters:
options.go#L46
exported: exported function WriteTimeout should have comment or be unexported (revive)
|
Run Linters:
options.go#L53
exported: exported function MaxIdle should have comment or be unexported (revive)
|
Run Linters:
options.go#L60
exported: exported function MaxActive should have comment or be unexported (revive)
|
Run Linters:
options.go#L67
exported: exported function IdleTimeout should have comment or be unexported (revive)
|
Run Linters:
redis.go#L205
unused-parameter: parameter 'opts' seems to be unused, consider removing or renaming it as _ (revive)
|
Run Linters:
grpc.go#L154
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
The logs for this run have expired and are no longer available.
Loading