chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 #615
Annotations
10 errors
Run Linter:
acme/client.go#L147
nestingReduce: invert if cond, replace body with `continue`, move old body after the statement (gocritic)
|
Run Linter:
cmd/step-agent/main.go#L159
unlambda: replace `func(c *cli.Context) error {
|
Run Linter:
cmd/step-agent/main.go#L105
`marshalling` is a misspelling of `marshaling` (misspell)
|
Run Linter:
acme/validation/client.go#L57
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
Run Linter:
acme/validation/client.go#L9
exported: type name will be used as validation.ValidationResponse by other packages, and that stutters; consider calling this Response (revive)
|
Run Linter:
acme/validation/client.go#L15
exported: type name will be used as validation.ValidationRequest by other packages, and that stutters; consider calling this Request (revive)
|
Run Linter:
cas/sectigocas/eab/client.go#L30
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
Run Linter:
cas/vaultcas/vaultcas.go#L178
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run Linter:
acme/challenge.go#L171
var-naming: var errHttp should be errHTTP (revive)
|
Run Linter:
acme/client.go#L80
var-declaration: should omit type [5]time.Duration from declaration of var timeouts; it will be inferred from the right-hand side (revive)
|
Loading