roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

bug report

Open martossa111 opened this issue 1 year ago • 0 comments

Tell us about your request A clear and concise description of what you want to happen or the change you would like to see

Which service(s) is this request for? Let us know which product(s) you want this for?

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Are you currently working around the issue? A clear and concise description of any alternative solutions or features you've considered or are using today.

Additional context Add any other context or screenshots about the feature request here.

martossa111 avatar Apr 24 '24 09:04 martossa111

logrus.go change

internal/logger/logrus.go:10:2: SA1019: "io/ioutil" has been deprecated since Go 1.16: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
	"io/ioutil"
	^

event_loop.go change

cmd/event_loop.go:17:1: directive `// nolint:funlen` should be written without leading space as `//nolint:funlen` (nolintlint)
// nolint:funlen
^

.bouncer.yaml change

Unallowable license (OpenSSL) from "crypto/internal/boring"
failed validation
make: *** [Makefile:114: check-licenses] Error 1

davidhay1969 avatar Dec 25 '22 15:12 davidhay1969