Customizable GUID #40
Annotations
10 errors
Lint:
pkg/http/result.go#L25
return statements should not be cuddled if block has more than two lines (wsl)
|
Lint:
pkg/appstore/appstore.go#L79
return statements should not be cuddled if block has more than two lines (wsl)
|
Lint:
pkg/appstore/appstore_login.go#L64
declarations should never be cuddled (wsl)
|
Lint:
pkg/appstore/appstore_login.go#L65
assignments should only be cuddled with other assignments (wsl)
|
Lint:
pkg/appstore/appstore_login.go#L66
declarations should never be cuddled (wsl)
|
Lint:
pkg/appstore/appstore_login.go#L73
assignments should only be cuddled with other assignments (wsl)
|
Lint:
pkg/appstore/appstore_login.go#L76
only one cuddle assignment allowed before if statement (wsl)
|
Lint:
pkg/appstore/appstore_login.go#L137
return statements should not be cuddled if block has more than two lines (wsl)
|
Lint:
pkg/appstore/appstore_login.go#L74
ineffectual assignment to redirect (ineffassign)
|
Lint:
pkg/http/client.go#L60
return with no blank line before (nlreturn)
|