Skip to content

Smart HTTP Git transport & partial clones (#291) #1725

Smart HTTP Git transport & partial clones (#291)

Smart HTTP Git transport & partial clones (#291) #1725

Triggered via push June 30, 2023 17:05
Status Success
Total duration 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
lint: git/commit.go#L8
exported: exported var ZeroHash should have comment or be unexported (revive)
lint: server/git/service.go#L110
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: server/git/service.go#L121
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: server/git/service.go#L132
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: server/ui/common/utils.go#L29
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: server/stats/stats.go#L13
exported: type name will be used as stats.StatsServer by other packages, and that stutters; consider calling this Server (revive)
lint: server/ui/components/header/header.go#L35
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
lint: server/cmd/delete.go#L15
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint: server/cmd/rename.go#L16
if-return: redundant if ...; err != nil check, just return error instead. (revive)