Process exec improvements, new map utility method #538
Annotations
10 errors and 2 warnings
lint:
app/controller/cutil/session.go#L58
Non-inherited new context, use function like `context.WithXXX` or `r.Context` instead (contextcheck)
|
lint:
app/controller/cworkspace/retros.go#L52
ineffectual assignment to err (ineffassign)
|
lint:
app/controller/cworkspace/sprints.go#L47
ineffectual assignment to err (ineffassign)
|
lint:
app/controller/cworkspace/standups.go#L50
ineffectual assignment to err (ineffassign)
|
lint:
app/controller/cworkspace/teams.go#L40
ineffectual assignment to err (ineffassign)
|
lint:
app/email/email.go#L42
unslice: could simplify e.Recipients[:] to e.Recipients (gocritic)
|
lint:
app/estimate/estimate.go#L44
unslice: could simplify e.Choices[:] to e.Choices (gocritic)
|
lint:
app/lib/database/query.go#L22
Rows/Stmt/NamedStmt was not closed (sqlclosecheck)
|
lint:
app/lib/database/query.go#L26
Rows/Stmt/NamedStmt was not closed (sqlclosecheck)
|
lint:
app/lib/database/util.go#L50
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|