Merge pull request #6 from max-p-log-p/master #15
Annotations
10 errors and 3 warnings
test:
cmd/vplogic/attackerstate.go#L29
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
test:
cmd/vplogic/construct.go#L61
assignOp: replace `declaredAt = declaredAt + 1` with `declaredAt++` (gocritic)
|
test:
cmd/vplogic/construct.go#L105
assignOp: replace `declaredAt = declaredAt + 1` with `declaredAt++` (gocritic)
|
test:
cmd/vplogic/construct.go#L214
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
test:
cmd/vplogic/construct.go#L262
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
test:
cmd/vplogic/libpv.go#L203
assignOp: replace `pc = pc + 1` with `pc++` (gocritic)
|
test:
cmd/vplogic/libpv.go#L210
assignOp: replace `pc = pc + 1` with `pc++` (gocritic)
|
test:
cmd/vplogic/libpv.go#L216
assignOp: replace `pc = pc + 1` with `pc++` (gocritic)
|
test:
cmd/vplogic/mutationmap.go#L216
assignOp: replace `valMutationMap.DepthIndex[i] = valMutationMap.DepthIndex[i] + 1` with `valMutationMap.DepthIndex[i]++` (gocritic)
|
test:
cmd/vplogic/mutationmap.go#L226
assignOp: replace `valMutationMap.DepthIndex[ii-1] = valMutationMap.DepthIndex[ii-1] + 1` with `valMutationMap.DepthIndex[ii-1]++` (gocritic)
|
test
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/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/checkout@v2, golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
Restore cache failed: Dependencies file is not found in /__w/verifpal/verifpal. Supported file pattern: go.sum
|