Skip to content

Adding an age plugin binary for age built-in plugin support #178

Adding an age plugin binary for age built-in plugin support

Adding an age plugin binary for age built-in plugin support #178

Triggered via pull request June 28, 2025 22:25
@AnomalRoilAnomalRoil
synchronize #90
plugin
Status Failure
Total duration 43s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: networks/network.go#L1
at least one file in a package should have a package comment (ST1000)
build: networks/http/http.go#L56
error strings should not be capitalized (ST1005)
build: networks/http/http.go#L49
func NewFromJson should be NewFromJSON (ST1003)
build: cmd/age-plugin-tlock/main_test.go#L150
var sigJson should be sigJSON (ST1003)
build: cmd/age-plugin-tlock/main_test.go#L144
var infoJson should be infoJSON (ST1003)
build: cmd/age-plugin-tlock/main_test.go#L100
crypto.NewPedersenBLSUnchainedSwapped is deprecated: However this scheme is using the DST from G2 for Hash to Curve, which means it is not spec compliant. (SA1019)
build: cmd/age-plugin-tlock/main_test.go#L51
crypto.NewPedersenBLSUnchainedSwapped is deprecated: However this scheme is using the DST from G2 for Hash to Curve, which means it is not spec compliant. (SA1019)
build: cmd/age-plugin-tlock/main.go#L300
crypto.NewPedersenBLSUnchainedSwapped is deprecated: However this scheme is using the DST from G2 for Hash to Curve, which means it is not spec compliant. (SA1019)
build: cmd/age-plugin-tlock/main.go#L169
methods on the same type should have the same receiver name (seen 1x "p", 3x "i") (ST1016)
build: cmd/age-plugin-tlock/keygen.go#L13
var onlyId should be onlyID (ST1003)