File sanitation #176
Open
File sanitation #176
Annotations
5 errors
|
golangci-lint
issues found
|
|
golangci-lint:
gateway/handlers.go#L133
unnecessary trailing newline (whitespace)
|
|
golangci-lint:
gateway/handlers.go#L15
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (staticcheck)
|
|
golangci-lint:
gateway/handlers.go#L102
`if len(fi.Name) > charLimit` has complex nested blocks (complexity: 5) (nestif)
|
|
golangci-lint:
gateway/handlers.go#L137
type assertion must be checked (forcetypeassert)
|
Loading