fix(database): adjust table types to match database/sql types #6676
Annotations
10 errors and 1 warning
golangci-lint:
compiler/native/expand.go#L403
string `golang` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
compiler/types/yaml/yaml/ruleset_test.go#L9
File is not properly formatted (gci)
|
golangci-lint:
compiler/native/compile_test.go#L2449
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
|
golangci-lint:
compiler/native/compile_test.go#L2450
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
|
golangci-lint:
scm/github/app_permissions.go#L62
SA1019: github.String is deprecated: use Ptr instead. (staticcheck)
|
golangci-lint:
scm/github/deployment.go#L180
SA1019: github.Bool is deprecated: use Ptr instead. (staticcheck)
|
golangci-lint:
scm/github/repo.go#L209
SA1019: github.Bool is deprecated: use Ptr instead. (staticcheck)
|
golangci-lint:
scm/github/repo.go#L283
SA1019: github.Bool is deprecated: use Ptr instead. (staticcheck)
|
golangci-lint:
scm/github/github_client_test.go#L76
SA1019: github.Int64 is deprecated: use Ptr instead. (staticcheck)
|
golangci-lint:
scm/github/github_client_test.go#L90
SA1019: github.Int64 is deprecated: use Ptr instead. (staticcheck)
|
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading