chore(build): add golangci-lint to the pipeline as a non-blocking step #4
Annotations
10 errors
lint:
src/pkg/common/network/network.go#L95
Error return value is not checked (errcheck)
|
lint:
src/pkg/message/message.go#L345
Error return value of `(github.com/pterm/pterm.TablePrinter).Render` is not checked (errcheck)
|
lint:
src/pkg/message/spinner.go#L165
Error return value of `p.spinner.Stop` is not checked (errcheck)
|
lint:
src/internal/template/template.go#L399
Error return value is not checked (errcheck)
|
lint:
src/pkg/domains/api/api.go#L39
Error return value of `json.Indent` is not checked (errcheck)
|
lint:
src/types/types_test.go#L54
Error return value of `json.Unmarshal` is not checked (errcheck)
|
lint:
src/types/types_test.go#L56
Error return value of `json.Unmarshal` is not checked (errcheck)
|
lint:
src/cmd/dev/common.go#L61
Error return value of `cmd.Help` is not checked (errcheck)
|
lint:
src/cmd/dev/lint.go#L43
Error return value of `oscalValidation.WriteValidationResult` is not checked (errcheck)
|
lint:
src/cmd/dev/lint.go#L46
Error return value of `oscalValidation.WriteValidationResults` is not checked (errcheck)
|