Skip to content

Add infinite spam and cleanup #22

Add infinite spam and cleanup

Add infinite spam and cleanup #22

GitHub Actions / golangci failed Nov 2, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

programs/params.go|29| File is not gofmt-ed with -s (gofmt)
evilwallet/evilwallet.go|473 col 6| func printTransaction is unused (unused)
programs/dispatcher.go|10 col 2| field spammer is unused (unused)

Filtered Findings (0)

Annotations

Check failure on line 29 in programs/params.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] programs/params.go#L29

File is not `gofmt`-ed with `-s` (gofmt)
Raw output
programs/params.go:29: File is not `gofmt`-ed with `-s` (gofmt)
		WebAPI:   params.ClientURLs,

Check failure on line 473 in evilwallet/evilwallet.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] evilwallet/evilwallet.go#L473

func `printTransaction` is unused (unused)
Raw output
evilwallet/evilwallet.go:473:6: func `printTransaction` is unused (unused)
func printTransaction(tx *iotago.SignedTransaction) string {
     ^

Check failure on line 10 in programs/dispatcher.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] programs/dispatcher.go#L10

field `spammer` is unused (unused)
Raw output
programs/dispatcher.go:10:2: field `spammer` is unused (unused)
	spammer     *spammer.Spammer
	^