API Lint, Build, Test, Deploy #1644
ci.yaml
on: workflow_dispatch
API Lint, Build, Test, Deploy
1m 29s
API Deploy Validation
0s
Annotations
10 errors
API Lint, Build, Test, Deploy:
cmd/main.go#L196
Error return value of `nc.Drain` is not checked (errcheck)
|
API Lint, Build, Test, Deploy:
data/query/query.emote-set.go#L137
type `aggregatedSetWithOrigins` is unused (unused)
|
API Lint, Build, Test, Deploy:
data/query/query.emote-set.go#L31
if statements should only be cuddled with assignments (wsl)
|
API Lint, Build, Test, Deploy:
data/query/query.emote-set.go#L38
ranges should only be cuddled with assignments used in the iteration (wsl)
|
API Lint, Build, Test, Deploy:
data/query/query.emote-set.go#L109
assignments should only be cuddled with other assignments (wsl)
|
API Lint, Build, Test, Deploy:
data/query/query.emote-set.go#L111
assignments should only be cuddled with other assignments (wsl)
|
API Lint, Build, Test, Deploy:
data/query/query.emote-set.go#L123
ranges should only be cuddled with assignments used in the iteration (wsl)
|
API Lint, Build, Test, Deploy:
data/query/query.emote-set.go#L129
if statements should only be cuddled with assignments (wsl)
|
API Lint, Build, Test, Deploy:
data/query/query.emote-set.go#L119
ranges should only be cuddled with assignments used in the iteration (wsl)
|
API Lint, Build, Test, Deploy:
data/query/query.emote-set.go#L134
return statements should not be cuddled if block has more than two lines (wsl)
|