Skip to content

🩹 Fix: handle un-matched open brackets in the query params #6195

🩹 Fix: handle un-matched open brackets in the query params

🩹 Fix: handle un-matched open brackets in the query params #6195

Re-run triggered September 5, 2024 15:12
Status Failure
Total duration 3m 0s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
lint
issues found
lint
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/
lint: ctx.go#L1313
increment-decrement: should replace openBracketsCount += 1 with openBracketsCount++ (revive)
lint: ctx.go#L1323
increment-decrement: should replace openBracketsCount -= 1 with openBracketsCount-- (revive)