Merge pull request #6 from max-p-log-p/master #15
Annotations
10 errors and 3 warnings
cmd/vplogic/attackerstate.go#L29
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
cmd/vplogic/construct.go#L61
assignOp: replace `declaredAt = declaredAt + 1` with `declaredAt++` (gocritic)
|
cmd/vplogic/construct.go#L105
assignOp: replace `declaredAt = declaredAt + 1` with `declaredAt++` (gocritic)
|
cmd/vplogic/construct.go#L214
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
cmd/vplogic/construct.go#L262
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
cmd/vplogic/libpv.go#L203
assignOp: replace `pc = pc + 1` with `pc++` (gocritic)
|
cmd/vplogic/libpv.go#L210
assignOp: replace `pc = pc + 1` with `pc++` (gocritic)
|
cmd/vplogic/libpv.go#L216
assignOp: replace `pc = pc + 1` with `pc++` (gocritic)
|
cmd/vplogic/mutationmap.go#L216
assignOp: replace `valMutationMap.DepthIndex[i] = valMutationMap.DepthIndex[i] + 1` with `valMutationMap.DepthIndex[i]++` (gocritic)
|
cmd/vplogic/mutationmap.go#L226
assignOp: replace `valMutationMap.DepthIndex[ii-1] = valMutationMap.DepthIndex[ii-1] + 1` with `valMutationMap.DepthIndex[ii-1]++` (gocritic)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4.1.0, actions/checkout@v2, golangci/golangci-lint-action@v3.7.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading