Skip to content

♻️ Refactor: Remove redundant error check in func QueryParser and BodyParser #4824

♻️ Refactor: Remove redundant error check in func QueryParser and BodyParser

♻️ Refactor: Remove redundant error check in func QueryParser and BodyParser #4824

Triggered via pull request August 30, 2023 10:10
Status Failure
Total duration 1m 1s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 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: ctx.go#L1232
if-return: redundant if ...; err != nil check, just return error instead. (revive)