Skip to content

feat: add log command #759

feat: add log command

feat: add log command #759

Triggered via push November 6, 2023 19:21
Status Failure
Total duration 58s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
lint: table/command.go#L91
S1011: should replace loop with `headers = append(headers, columnNames...)` (gosimple)
lint: log/options.go#L21
SA5008: duplicate struct tag "set" (staticcheck)
lint: log/options.go#L22
SA5008: duplicate struct tag "set" (staticcheck)
lint: log/options.go#L23
SA5008: duplicate struct tag "set" (staticcheck)
lint: log/options.go#L24
SA5008: duplicate struct tag "set" (staticcheck)
lint: log/options.go#L25
SA5008: duplicate struct tag "set" (staticcheck)
lint: log/options.go#L27
SA5008: duplicate struct tag "set" (staticcheck)
lint
issues found
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/gum/gum. Supported file pattern: go.sum
lint: confirm/command.go#L39
superfluous-else: if block ends with call to os.Exit function, so drop this else and outdent its block (revive)