🩹 Fix: handle un-matched open brackets in the query params #6195
Annotations
1 error and 3 warnings
golangci-lint
issues found
|
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
golangci-lint:
ctx.go#L1313
increment-decrement: should replace openBracketsCount += 1 with openBracketsCount++ (revive)
|
golangci-lint:
ctx.go#L1323
increment-decrement: should replace openBracketsCount -= 1 with openBracketsCount-- (revive)
|
Loading