Run blockbeat
PRs as a whole
#392
Annotations
11 errors
|
lint:
lntest/harness.go#L335
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
itest/list_exclude_test.go#L81
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
itest/lnd_test.go#L145
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
itest/lnd_channel_force_close_test.go#L36
appendAssign: append result not assigned to the same slice (gocritic)
|
lint:
itest/lnd_channel_force_close_test.go#L61
appendAssign: append result not assigned to the same slice (gocritic)
|
lint:
itest/lnd_multi-hop_force_close_test.go#L211
appendAssign: append result not assigned to the same slice (gocritic)
|
lint:
lntest/harness.go#L2177
Comment should end in a period (godot)
|
lint:
itest/lnd_channel_backup_test.go#L441
Comment should end in a period (godot)
|
lint:
itest/lnd_forward_interceptor_test.go#L715
field `dave` is unused (unused)
|
lint:
sweep/sweeper.go#L265
unnecessary trailing newline (whitespace)
|
Loading