fix(deps): update module github.com/tidwall/gjson to v1.18.0 #228
Annotations
10 errors and 2 warnings
golangci-lint:
src/main.go#L142
cyclomatic complexity 14 of func `collectServiceCheck` is high (> 10) (gocyclo)
|
golangci-lint:
tests/jsonschema/jsonschema.go#L27
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Error loading JSON schema, error: %v\", err)" (err113)
|
golangci-lint:
tests/jsonschema/jsonschema.go#L38
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"The output of the integration doesn't have expected JSON format\")" (err113)
|
golangci-lint:
src/main.go#L121
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"service checks file permissions are not restrictive enough. File permissions must be more strict than 0640. See documentation for details\")" (err113)
|
golangci-lint:
src/main.go#L129
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to read config file: %s\", err.Error())" (err113)
|
golangci-lint:
src/main.go#L136
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to parse config file: %s\", err.Error())" (err113)
|
golangci-lint:
src/main.go#L256
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
golangci-lint:
tests/jsonschema/jsonschema.go#L44
File is not properly formatted (gofmt)
|
golangci-lint:
src/main.go#L120
Magic number: 0o640, in <condition> detected (mnd)
|
golangci-lint:
src/main.go#L254
`if err != nil` has complex nested blocks (complexity: 5) (nestif)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check if CHANGELOG is valid
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading