feat: add concurrency tuning support #14
Annotations
10 errors and 3 warnings
|
golangci-lint:
cmd/main.go#L111
Error return value of `fmt.Scanln` is not checked (errcheck)
|
|
golangci-lint:
utils/types.go#L97
Error return value of `file.Close` is not checked (errcheck)
|
|
golangci-lint:
utils/types.go#L222
Error return value of `resp.Body.Close` is not checked (errcheck)
|
|
golangci-lint:
utils/types_test.go#L104
Error return value of `os.Remove` is not checked (errcheck)
|
|
golangci-lint:
utils/types_test.go#L110
Error return value of `file.Close` is not checked (errcheck)
|
|
golangci-lint:
utils/types_test.go#L226
Error return value of `w.Write` is not checked (errcheck)
|
|
golangci-lint:
cmd/main.go#L33
QF1003: could use tagged switch on args.Concurrency (staticcheck)
|
|
golangci-lint:
cmd/main.go#L41
QF1003: could use tagged switch on args.Retry (staticcheck)
|
|
golangci-lint:
cmd/main.go#L48
QF1003: could use tagged switch on timeout (staticcheck)
|
|
golangci-lint:
mirroring/post.go#L35
ST1005: error strings should not be capitalized (staticcheck)
|
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/gitlab-sync/gitlab-sync. Supported file pattern: go.sum
|
|
gotestsum
Restore cache failed: Dependencies file is not found in /home/runner/work/gitlab-sync/gitlab-sync. Supported file pattern: go.sum
|
|
gosec
Restore cache failed: Dependencies file is not found in /home/runner/work/gitlab-sync/gitlab-sync. Supported file pattern: go.sum
|