ci: add golangci-lint review dog #2496
Triggered via pull request
October 18, 2024 17:04
JustAnotherID
synchronize
#1074
Status
Success
Total duration
3m 28s
Artifacts
–
test_and_lint.yml
on: pull_request_target
Test & Lint
3m 20s
Review Dog
2m 3s
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)
|