ci: bump actions/checkout from 4 to 6 #5
Annotations
10 errors and 2 warnings
|
cmd/clasp/main.go#L1546
Error return value of `fmt.Scanln` is not checked (errcheck)
|
|
cmd/clasp/main.go#L1416
exitAfterDefer: log.Fatalf will exit, and `defer cancel()` will not run (gocritic)
|
|
cmd/clasp/main.go#L1329
SA9003: empty branch (staticcheck)
|
|
cmd/clasp/main.go#L1324
Error return value of `godotenv.Load` is not checked (errcheck)
|
|
cmd/clasp/main.go#L1302
Error return value of `f.Seek` is not checked (errcheck)
|
|
cmd/clasp/main.go#L1229
paramTypeCombine: func(logPath string, logType string) could be replaced with func(logPath, logType string) (gocritic)
|
|
cmd/clasp/main.go#L1192
paramTypeCombine: func(logPath string, logType string) could be replaced with func(logPath, logType string) (gocritic)
|
|
cmd/clasp/main.go#L528
exitAfterDefer: os.Exit will exit, and `defer logging.Close()` will not run (gocritic)
|
|
cmd/clasp/main.go#L346
shadow: declaration of "err" shadows declaration at line 323 (govet)
|
|
cmd/clasp/main.go#L153
`Cancelled` is a misspelling of `Canceled` (misspell)
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading