Bump golang.org/x/crypto from 0.12.0 to 0.15.0 #65
golangci-lint.yml
on: pull_request
GolangCI-Lint
1m 38s
Annotations
2 errors
GolangCI-Lint:
components/participation/routes.go#L42
[golangci] reported by reviewdog 🐶
string `/admin/events/:` has 4 occurrences, make it a constant (goconst)
Raw Output:
components/participation/routes.go:42:26: string `/admin/events/:` has 4 occurrences, make it a constant (goconst)
RouteAdminDeleteEvent = "/admin/events/:" + ParameterParticipationEventID
^
|
GolangCI-Lint
reviewdog exited with status code: 1
|