LDAP Authentication #447
Annotations
8 errors
Lint and test:
server/ctrlsubsonic/ctrl.go#L301
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Lint and test:
server/ctrlsubsonic/ctrl.go#L292
ifElseChain: rewrite if-else to switch statement (gocritic)
|
Lint and test:
server/ctrladmin/ctrl.go#L295
File is not `gofmt`-ed with `-s` (gofmt)
|
Lint and test:
server/ctrladmin/handlers.go#L149
File is not `gofmt`-ed with `-s` (gofmt)
|
Lint and test:
server/ctrlsubsonic/ctrl.go#L241
File is not `gofmt`-ed with `-s` (gofmt)
|
Lint and test:
server/ctrlsubsonic/ctrl.go#L242
`if user == nil` has complex nested blocks (complexity: 15) (nestif)
|
Lint and test:
server/ctrlsubsonic/ctrl.go#L319
`if !credsOk` has complex nested blocks (complexity: 5) (nestif)
|
Lint and test
issues found
|