Model runner enhancement #29
Annotations
6 errors
pkg/db/db.go#L29
field `column` is unused (unused)
|
pkg/db/db.go#L30
field `operator` is unused (unused)
|
pkg/db/db.go#L31
field `value` is unused (unused)
|
pkg/db/select.go#L86
S1008: should use 'return validSet[column]' instead of 'if validSet[column] { return true }; return false' (gosimple)
|
pkg/db/select.go#L96
S1008: should use 'return isAllowed' instead of 'if !isAllowed { return false }; return true' (gosimple)
|
|
The logs for this run have expired and are no longer available.
Loading