Skip to content

fix: make "file://" fail url validation (#1444) #927

fix: make "file://" fail url validation (#1444)

fix: make "file://" fail url validation (#1444) #927

Triggered via push July 2, 2025 02:16
Status Failure
Total duration 2m 38s
Artifacts

workflow.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: baked_in.go#L346
missing whitespace above this line (too many lines above return) (wsl_v5)
lint: baked_in.go#L302
missing whitespace above this line (invalid statement above for) (wsl_v5)
lint: baked_in.go#L292
missing whitespace above this line (no shared variables above switch) (wsl_v5)
lint: baked_in.go#L269
missing whitespace above this line (no shared variables above expr) (wsl_v5)
lint: baked_in.go#L262
missing whitespace above this line (invalid statement above if) (wsl_v5)
lint: baked_in.go#L261
missing whitespace above this line (no shared variables above expr) (wsl_v5)
lint: baked_in.go#L260
missing whitespace above this line (invalid statement above assign) (wsl_v5)
lint: baked_in.go#L2709
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
lint: baked_in.go#L2641
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
lint: baked_in.go#L1643
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)