Add more tools #3509
Annotations
6 errors and 1 warning
golangci-lint:
pkg/toolset/pwd_hash.go#L130
unnecessary leading newline (whitespace)
|
golangci-lint:
pkg/toolset/pwd_hash.go#L22
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"environment variable '%s' not set\", passwordEnvKey)" (err113)
|
golangci-lint:
pkg/toolset/pwd_hash.go#L26
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"environment variable '%s' not set\", passwordEnvKey)" (err113)
|
golangci-lint:
pkg/toolset/benchmark.go#L72
for loop can be changed to use an integer range (Go 1.22+) (intrange)
|
golangci-lint:
pkg/toolset/benchmark.go#L157
for loop can be changed to use an integer range (Go 1.22+) (intrange)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading