fix: make "file://" fail url
validation
#925
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)
|