Add mechanism to register query parameters with the analyzer #410
Annotations
7 errors and 1 warning
run linter:
internal/analyzer.go#L209
Error return value of `options.AddPositionalQueryParameter` is not checked (errcheck)
|
run linter:
internal/analyzer.go#L211
Error return value of `options.AddQueryParameter` is not checked (errcheck)
|
run linter:
internal/analyzer.go#L337
unnecessary trailing newline (whitespace)
|
run linter:
driver.go#L140
unnecessary trailing newline (whitespace)
|
run linter:
internal/analyzer.go#L201
S1031: unnecessary nil check around range (gosimple)
|
run linter:
internal/analyzer.go#L333
printf: fmt.Errorf format %s has arg t of wrong type *google.golang.org/api/bigquery/v2.QueryParameterType (govet)
|
run linter
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading