Skip to content

Branch 230831 armstrong arm review #46

Branch 230831 armstrong arm review

Branch 230831 armstrong arm review #46

Triggered via pull request September 14, 2023 07:42
Status Failure
Total duration 1m 47s
Artifacts

golint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
golint: resource/context.go#L58
Error return value of `c.InitFile` is not checked (errcheck)
golint: commands/generate.go#L177
Error return value of `context.InitFile` is not checked (errcheck)
golint: commands/generate.go#L302
S1005: unnecessary assignment to the blank identifier (gosimple)
golint: resource/from_swagger.go#L45
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
golint: resource/from_swagger.go#L46
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
golint
golangci-lint exit with code 4
golint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
golint
The `save-state` 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/