Skip to content

Android update

Android update #55

Triggered via pull request January 9, 2024 10:26
@jbsvjbsv
synchronize #63
android-update
Status Failure
Total duration 21s
Artifacts

server_lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: server/registration/main.go#L103
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
lint: server/registration/main.go#L107
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
lint: server/registration/main.go#L15
line is 141 characters (lll)
lint: server/registration/main.go#L102
S1038: should use log.Printf(...) instead of log.Println(fmt.Sprintf(...)) (gosimple)
lint: server/registration/main.go#L106
S1038: should use log.Printf(...) instead of log.Println(fmt.Sprintf(...)) (gosimple)
lint: server/registration/main.go#L89
ST1003: var userDb should be userDB (stylecheck)
lint: server/registration/main.go#L95
ST1003: var adminDb should be adminDB (stylecheck)
lint: server/registration/config/config.go#L10
var-naming: struct field MongoDbUri should be MongoDbURI (revive)
lint: server/registration/registry/registry.go#L3
var-naming: type DocId should be DocID (revive)
lint: server/registration/registry/registry.go#L16
var-naming: type RegistrationId should be RegistrationID (revive)