Update golangci-lint #139
Annotations
10 errors
|
Run linters:
main.go#L73
missing whitespace above this line (no shared variables above expr) (wsl_v5)
|
|
Run linters:
main.go#L57
missing whitespace above this line (invalid statement above for) (wsl_v5)
|
|
Run linters:
main.go#L53
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
Run linters:
main.go#L45
missing whitespace above this line (no shared variables above go) (wsl_v5)
|
|
Run linters:
main.go#L28
missing whitespace above this line (never cuddle decl) (wsl_v5)
|
|
Run linters:
config.go#L64
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
Run linters:
config.go#L48
missing whitespace above this line (no shared variables above defer) (wsl_v5)
|
|
Run linters:
config.go#L42
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
Run linters:
main.go#L34
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Run linters:
config.go#L49
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|