Skip to content

adapter ci

adapter ci #9

Triggered via pull request August 26, 2024 11:59
@CriticalNoob02CriticalNoob02
synchronize #1
teste-ci
Status Success
Total duration 58s
Artifacts

continuous-integration.yaml

on: pull_request
check-app
49s
check-app
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check-app: pkg/service/ftp.go#L45
Error return value of `f.Close` is not checked (errcheck)
check-app: pkg/service/ftp.go#L51
Error return value of `resp.Close` is not checked (errcheck)
check-app: internal/task/mapper.go#L22
Error return value of `cursor.Rollback` is not checked (errcheck)
check-app: internal/task/writer.go#L40
Error return value of `cursor.Rollback` is not checked (errcheck)
check-app: internal/task/writer.go#L76
Error return value of `os.Remove` is not checked (errcheck)
check-app: internal/modules/mapper.go#L8
Error return value of `os.Setenv` is not checked (errcheck)
check-app: internal/modules/mapper.go#L9
Error return value of `os.Setenv` is not checked (errcheck)
check-app: internal/modules/mapper.go#L10
Error return value of `os.Setenv` is not checked (errcheck)
check-app: internal/modules/mapper.go#L6
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
check-app: internal/task/converter.go#L13
Comment should end in a period (godot)