Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Test & Lint

Test & Lint #1

Triggered via push October 19, 2024 04:46
Status Success
Total duration 2m 35s
Artifacts

reviewdog.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Review Dog: dice/platform_adapter_gocq.go#L701
for loop can be changed to `i := range m2` (intrange)
Review Dog: dice/platform_adapter_walleq.go#L494
for loop can be changed to `i := range m2` (intrange)
Review Dog: dice/rollvm.go#L1340
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)