Skip to content

ci: add golangci-lint review dog #2498

ci: add golangci-lint review dog

ci: add golangci-lint review dog #2498

Triggered via pull request October 18, 2024 17:13
@JustAnotherIDJustAnotherID
synchronize #1074
Status Success
Total duration 3m 29s
Artifacts

test_and_lint.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Review Dog: dice/platform_adapter_gocq.go#L671
for loop can be changed to `i := range m2` (intrange)
Review Dog: dice/platform_adapter_walleq.go#L492
for loop can be changed to `i := range m2` (intrange)
Review Dog: dice/rollvm.go#L1335
for loop can be changed to `i := range nums` (intrange)
Review Dog: dice/dice_jsvm_test.go#L250
for loop can be changed to `i := range a` (intrange)
Review Dog: dice/censor/trie.go#L60
for loop can be changed to `i := range chars` (intrange)