Skip to content

feat: normalize Xdg achannarasappa#40 #379

feat: normalize Xdg achannarasappa#40

feat: normalize Xdg achannarasappa#40 #379

Re-run triggered August 26, 2024 00:58
Status Failure
Total duration 31s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
lint: internal/cli/cli.go#L198
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
lint
issues found
lint: internal/cli/cli.go#L214
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)