chore: fix nix errors in ci and update nixpkgs #1836
Annotations
10 errors
|
Lint:
sdk/rpc/server/server.go#L110
QF1008: could remove embedded field "ExecutableID" from selector (staticcheck)
|
|
Lint:
sdk/plugintest/validation_report.go#L62
S1009: should omit nil check; len() for nil slices is defined as zero (staticcheck)
|
|
Lint:
plugins/readme/api_key.go#L69
ST1023: should omit type string from declaration; it will be inferred from the right-hand side (staticcheck)
|
|
Lint:
plugins/aws/sts_provisioner.go#L311
QF1008: could remove embedded field "stsCacheWriter" from selector (staticcheck)
|
|
Lint:
plugins/aws/sts_provisioner.go#L274
QF1008: could remove embedded field "stsCacheWriter" from selector (staticcheck)
|
|
Lint:
sdk/plugintest/validation_report.go#L125
Error return value of `p.Format.Error.Printf` is not checked (errcheck)
|
|
Lint:
sdk/plugintest/validation_report.go#L121
Error return value of `p.Format.Warning.Printf` is not checked (errcheck)
|
|
Lint:
sdk/plugintest/validation_report.go#L116
Error return value of `p.Format.Success.Printf` is not checked (errcheck)
|
|
Lint:
sdk/plugintest/validation_report.go#L111
Error return value of `p.Format.Heading.Printf` is not checked (errcheck)
|
|
Lint:
sdk/plugintest/example_secrets.go#L6
import 'math/rand' is not allowed from list 'main': please use the safer crypto/rand (depguard)
|