feat: add some pgsql array operations #900
reviewdog.yml
on: pull_request
runner / golangci-lint
30s
Annotations
3 errors and 1 warning
runner / golangci-lint:
field/string.go#L323
[golangci] reported by reviewdog 🐶
exported: exported type PgSQLArrayOp should have comment or be unexported (revive)
Raw Output:
field/string.go:323:6: exported: exported type PgSQLArrayOp should have comment or be unexported (revive)
type PgSQLArrayOp string
^
|
runner / golangci-lint:
field/string.go#L326
[golangci] reported by reviewdog 🐶
exported: exported const PgSQLArrayOpEq should have comment (or a comment on this block) or be unexported (revive)
Raw Output:
field/string.go:326:2: exported: exported const PgSQLArrayOpEq should have comment (or a comment on this block) or be unexported (revive)
PgSQLArrayOpEq PgSQLArrayOp = "="
^
|
runner / golangci-lint:
field/string.go#L340
[golangci] reported by reviewdog 🐶
exported: exported method String.PgSQLArrayOperate should have comment or be unexported (revive)
Raw Output:
field/string.go:340:1: exported: exported method String.PgSQLArrayOperate should have comment or be unexported (revive)
func (field String) PgSQLArrayOperate(op PgSQLArrayOp, values string) Expr {
^
|
runner / golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|