Skip to content

fix: make "file://" fail url validation #925

fix: make "file://" fail url validation

fix: make "file://" fail url validation #925

Triggered via pull request July 1, 2025 20:28
Status Failure
Total duration 3m 12s
Artifacts

workflow.yml

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

Annotations

10 errors
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#L45
missing whitespace above this line (too many lines above return) (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)