A few minor restorations after reverting #3
Annotations
10 errors and 1 warning
config/config.go#L21
structtag: struct field tag `json: "Token"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
config/config.go#L22
structtag: struct field tag `json: "RemoveCommands"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
config/config.go#L23
structtag: struct field tag `json: "DatabaseFile"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
config/config.go#L24
structtag: struct field tag `json: "DatabaseBackupChannel` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
config/config.go#L25
structtag: struct field tag `json: "Owner"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
database/dbrepo.go#L196
Error return value of `r.ChannelsExec` is not checked (errcheck)
|
database/dbrepo.go#L197
Error return value of `r.SeriesAssignmentsExec` is not checked (errcheck)
|
database/dbrepo.go#L198
Error return value of `r.SeriesBillboardsExec` is not checked (errcheck)
|
database/dbrepo.go#L236
Error return value of `r.RemindersExec` is not checked (errcheck)
|
database/dbrepo.go#L237
Error return value of `r.SeriesAssignmentsExec` is not checked (errcheck)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading