Merge pull request #399 from tphakala/update-licenses #727
Annotations
3 errors
golangci-lint:
internal/datastore/interfaces.go#L662
paramTypeCombine: func(commentID string, entry string) error could be replaced with func(commentID, entry string) error (gocritic)
|
golangci-lint:
internal/httpcontroller/handlers/detections.go#L377
paramTypeCombine: func(note *datastore.Note, verified string, ignoreSpecies string) error could be replaced with func(note *datastore.Note, verified, ignoreSpecies string) error (gocritic)
|
golangci-lint
issues found
|
Loading