Skip to content

Don't process body when update/get return code valid #438

Don't process body when update/get return code valid

Don't process body when update/get return code valid #438

Triggered via pull request December 8, 2023 09:59
Status Failure
Total duration 1m 0s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
lint: lib/handler.go#L130
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
lint: lib/handler.go#L137
File is not `gofumpt`-ed (gofumpt)
lint: lib/handler.go#L158
File is not `gofumpt`-ed (gofumpt)
lint: lib/handler.go#L186
unnecessary conversion (unconvert)
lint: lib/handler.go#L145
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
lint
issues found
lint: lib/handler.go#L144
unused-parameter: parameter 'data' seems to be unused, consider removing or renaming it as _ (revive)
lint: lib/handler.go#L153
unused-parameter: parameter 'data' seems to be unused, consider removing or renaming it as _ (revive)