feat(ui): use right mouse click to go back in the files tab #453
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
lint-soft:
server/storage/local.go#L82
Comment should end in a period (godot)
|
lint-soft:
server/storage/local.go#L28
error returned from external package is unwrapped: sig: func os.Remove(name string) error (wrapcheck)
|
lint-soft:
server/storage/local.go#L34
error returned from external package is unwrapped: sig: func os.Open(name string) (*os.File, error) (wrapcheck)
|
lint-soft:
server/storage/local.go#L40
error returned from external package is unwrapped: sig: func os.Stat(name string) (io/fs.FileInfo, error) (wrapcheck)
|
lint-soft:
server/storage/local.go#L47
error returned from external package is unwrapped: sig: func os.MkdirAll(path string, perm io/fs.FileMode) error (wrapcheck)
|
lint-soft:
server/storage/local.go#L52
error returned from external package is unwrapped: sig: func os.Create(name string) (*os.File, error) (wrapcheck)
|
lint-soft:
server/storage/local.go#L55
error returned from external package is unwrapped: sig: func io.Copy(dst io.Writer, src io.Reader) (written int64, err error) (wrapcheck)
|
lint-soft:
server/storage/local.go#L68
error returned from external package is unwrapped: sig: func os.Stat(name string) (io/fs.FileInfo, error) (wrapcheck)
|
lint-soft:
server/storage/local.go#L76
error returned from external package is unwrapped: sig: func os.MkdirAll(path string, perm io/fs.FileMode) error (wrapcheck)
|
lint-soft:
server/storage/local.go#L79
error returned from external package is unwrapped: sig: func os.Rename(oldpath string, newpath string) error (wrapcheck)
|
lint-soft
Restore cache failed: Dependencies file is not found in /home/runner/work/soft-serve/soft-serve. Supported file pattern: go.sum
|