Minor updates #59
Annotations
10 errors and 4 warnings
lint:
services/public/teams.go#L155
the given struct should be annotated with the `db` tag (musttag)
|
lint:
services/people/role.go#L77
the given struct should be annotated with the `db` tag (musttag)
|
lint:
cmd/migrate-db/main.go#L42
ineffectual assignment to err (ineffassign)
|
lint:
controllers/v1/people/officership.go#L422
ineffectual assignment to officerStatus (ineffassign)
|
lint:
controllers/v1/people/officership.go#L409
ineffectual assignment to officershipStatus (ineffassign)
|
lint:
controllers/v1/people/officership.go#L50
ineffectual assignment to officershipStatus (ineffassign)
|
lint:
controllers/v1/stream/stream.go#L461
dupArg: suspicious method call with the same argument and receiver (gocritic)
|
lint:
controllers/v1/stream/stream.go#L374
dupArg: suspicious method call with the same argument and receiver (gocritic)
|
lint:
controllers/v1/creator/series.go#L112
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
controllers/v1/creator/series.go#L82
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
controllers/v1/people/officership.go#L258
var-naming: var officershipTeamId should be officershipTeamID (revive)
|
lint:
client/types/types.go#L67
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
lint:
client/types/types.go#L66
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
lint:
client/types/types.go#L64
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|