ci: add golangci-lint review dog #2490
Annotations
5 errors
GolangCI-Lint with reviewdog:
dice/platform_adapter_gocq.go#L671
for loop can be changed to `i := range m2` (intrange)
|
GolangCI-Lint with reviewdog:
dice/platform_adapter_walleq.go#L492
for loop can be changed to `i := range m2` (intrange)
|
GolangCI-Lint with reviewdog:
dice/rollvm.go#L1335
for loop can be changed to `i := range nums` (intrange)
|
GolangCI-Lint with reviewdog:
dice/dice_jsvm_test.go#L250
for loop can be changed to `i := range a` (intrange)
|
GolangCI-Lint with reviewdog:
dice/censor/trie.go#L60
for loop can be changed to `i := range chars` (intrange)
|
Loading