Add PR link #2322
Annotations
7 errors and 10 warnings
test:
cmd/serve_test.go#L21
rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (SA1019)
|
test:
server/server_test.go#L1343
rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (SA1019)
|
test:
server/server_test.go#L1376
rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (SA1019)
|
test:
server/topic_test.go#L73
rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (SA1019)
|
test:
server/topic_test.go#L86
rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (SA1019)
|
test:
test/server.go#L14
rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (SA1019)
|
test
Process completed with exit code 2.
|
test:
web/src/components/Account.jsx#L52
Dependency cycle via ./App:31
|
test:
web/src/components/ActionBar.jsx#L18
Dependency cycle via ./App:44
|
test:
web/src/components/App.jsx#L9
Dependency cycle detected
|
test:
web/src/components/App.jsx#L10
Dependency cycle via ./SubscriptionPopup:21
|
test:
web/src/components/App.jsx#L11
Dependency cycle detected
|
test:
web/src/components/App.jsx#L18
Dependency cycle detected
|
test:
web/src/components/App.jsx#L22
Dependency cycle detected
|
test:
web/src/components/Messaging.jsx#L7
Dependency cycle via ./App:42
|
test:
web/src/components/Navigation.jsx#L34
Dependency cycle via ./App:29
|
test:
web/src/components/Preferences.jsx#L44
Dependency cycle detected
|