This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Added Semgrep CI/CD scan #6
Closed
Annotations
9 errors and 1 warning
Execute vet.sh:
bigquery/query.go#L366
comment on exported type ReadResponse should be of the form "ReadResponse ..." (with optional leading article)
|
Execute vet.sh:
bigquery/query.go#L372
exported function EmptyReadResponse should have comment or be unexported
|
Execute vet.sh:
bigquery/query.go#L376
exported function JobReadResponse should have comment or be unexported
|
Execute vet.sh:
bigquery/query.go#L382
exported function IteratorReadResponse should have comment or be unexported
|
Execute vet.sh:
bigquery/query.go#L388
comment on exported method ReadResponse.TestOnlyGetRows should be of the form "TestOnlyGetRows ..."
|
Execute vet.sh:
bigquery/query.go#L392
if block ends with a return statement, so drop this else and outdent its block
|
Execute vet.sh:
bigquery/query.go#L397
exported method ReadResponse.GetIterator should have comment or be unexported
|
Execute vet.sh:
bigquery/query.go#L401
exported method ReadResponse.GetJob should have comment or be unexported
|
Execute vet.sh
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading