This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
ci: add perms #2
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)
|