Run a membership sync immediately if the team has changed #85
Annotations
10 errors
|
server/syncablesync/mattermostservice.go#L201
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
|
server/syncablesync/mattermost_channel.go#L23
var-naming: interface method parameter channelId should be channelID (revive)
|
|
server/commandhandler.go#L8
File is not properly formatted (goimports)
|
|
server/syncablesync/mattermost_channel_test.go#L50
File is not properly formatted (gofmt)
|
|
server/syncablesync/mattermostservice.go#L354
assignOp: replace `roles = roles + " system_admin"` with `roles += " system_admin"` (gocritic)
|
|
server/commandhandler.go#L211
ifElseChain: rewrite if-else to switch statement (gocritic)
|
|
server/commandhandler.go#L137
ifElseChain: rewrite if-else to switch statement (gocritic)
|
|
server/syncablesync/mattermostservice.go#L224
Error return value of `m.GroupStore.SaveChannel` is not checked (errcheck)
|
|
server/syncablesync/mattermostservice.go#L204
Error return value of `m.GroupStore.SaveChannel` is not checked (errcheck)
|
|
server/syncablesync/mattermostservice.go#L165
Error return value of `m.GroupStore.SaveChannel` is not checked (errcheck)
|
The logs for this run have expired and are no longer available.
Loading